Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Koter <[email protected]>
  • Loading branch information
mchudy and kotertom authored Sep 15, 2020
1 parent b7bebc2 commit ff16f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ segment:
segment`/users/${arg("userId")}`;
```
This will enable you to create paths like `users/1` or `users/username`.
This will enable you to create paths like `/users/1` or `/users/username`.
By default route parameters are treated as required. You can make them optional by providing extra configuration. It is
also possible to limit possible parameter values by passing a regex string. While trying to create a route which doesn't
Expand Down

0 comments on commit ff16f2a

Please sign in to comment.