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 85d3f98 commit a10b56a
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 @@ -72,7 +72,7 @@ segment`/users/${arg("userId", {
})}`;
```
When creating a route query strings can be passed in a first argument:
When creating a route, path parameters can be passed in the first argument:
```js
routes.users({ userId: "10" });
Expand Down

0 comments on commit a10b56a

Please sign in to comment.