Skip to content

Commit

Permalink
missing comma in README
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosfrodrigues authored Aug 19, 2020
1 parent 61aa929 commit f143859
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 @@ -105,7 +105,7 @@ const routes = {
## Complete example
```js
const routes = {
user: new Route('user', ':userId' {
user: new Route('user', ':userId', {
info: new Route('info'),
cart: new Route('cart', {
item: new Route('item', ':itemId')
Expand Down

0 comments on commit f143859

Please sign in to comment.