Skip to content

Commit

Permalink
docs: fix 404 example
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuawuyts committed May 15, 2015
1 parent 30610fe commit 9895969
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 @@ -25,8 +25,8 @@ router.on('/:user', (uri, param) => console.log('user is %s', param.user))
router('/tobi')
// => 'user is tobi'

router('/uhoh')
// => '404 uhoh not found'
router('/uh/oh')
// => '404 /uh/oh not found'
```

## Subrouting
Expand Down

0 comments on commit 9895969

Please sign in to comment.