Skip to content

Commit

Permalink
docs: change terminology in example
Browse files Browse the repository at this point in the history
  • Loading branch information
robertstojs committed Jan 18, 2024
1 parent 6dd5b69 commit 76c0cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ urlsnip is a tiny URL shortener and routing program written in Go. It intercepts
2024/01/15 14:07:11 Configuration file loaded successfully
2024/01/15 14:07:11 Server starting on :8090
2024/01/15 14:07:21 No redirect mapping found for url 'testing'
2024/01/15 14:07:24 Redirected via regex 'blog1' to 'https://example.com/blog-page' using pattern '^blog[0-9]+$'
2024/01/15 14:07:30 Redirected via regex 'blog2' to 'https://example.com/blog-page' using pattern '^blog[0-9]+$'
2024/01/15 14:07:24 Redirected via route 'blog1' to 'https://example.com/blog-page' using pattern '^blog[0-9]+$'
2024/01/15 14:07:30 Redirected via route 'blog2' to 'https://example.com/blog-page' using pattern '^blog[0-9]+$'
```

```shell
Expand Down

0 comments on commit 76c0cc1

Please sign in to comment.