Skip to content

Commit a9d1ee1

Browse files
authored
Fix header in README (#345)
1 parent 8c7983c commit a9d1ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,8 @@ router.hasRoute('GET', '/:file(^\\D+).jpg')
443443
// => false
444444
```
445445

446-
```js
447446
#### lookup(request, response, [context], [done])
447+
448448
Start a new search, `request` and `response` are the server req/res objects.<br>
449449
If a route is found it will automatically call the handler, otherwise the default route will be called.<br>
450450
The url is sanitized internally, all the parameters and wildcards are decoded automatically.

0 commit comments

Comments
 (0)