Skip to content

Commit

Permalink
docs: fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerwill90 committed Nov 26, 2024
1 parent 72fb441 commit c19a4b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@ Pattern /users/uuid:{id}/config
Named parameters are also supported in hostname. Note that the path portion must still include at least `/`.

````
Pattern exemple.com/avengers
Pattern example.com/avengers
exemple.com/avengers/avengers matches
{sub}.com/avengers/avengers matches
exemple.{tld}/avengers matches
{sub}.exemple.com/avengers no matches
example.com/avengers matches
{sub}.com/avengers matches
example.{tld}/avengers matches
{sub}.example.com/avengers no matches
````

#### Catch-all parameter
Expand Down

0 comments on commit c19a4b9

Please sign in to comment.