Skip to content

Commit

Permalink
Fix header in README (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
selimb committed Mar 5, 2024
1 parent 8c7983c commit a9d1ee1
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 @@ -443,8 +443,8 @@ router.hasRoute('GET', '/:file(^\\D+).jpg')
// => false
```

```js
#### lookup(request, response, [context], [done])

Start a new search, `request` and `response` are the server req/res objects.<br>
If a route is found it will automatically call the handler, otherwise the default route will be called.<br>
The url is sanitized internally, all the parameters and wildcards are decoded automatically.
Expand Down

0 comments on commit a9d1ee1

Please sign in to comment.