Skip to content

Commit

Permalink
docs: fix links (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
suruaku authored Aug 30, 2023
1 parent ec25619 commit 86e7331
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ Do you need a real-world example that uses this router? Check out [Fastify](http
- [Supported path formats](#supported-path-formats)
- [Match order](#match-order)
- [Supported methods](#supported-methods)
- [off(method, path)](#offmethod-path)
- [off(methods[], path)](#offmethods-path)
- [off(methods, path, [constraints])](#offmethods-path-constraints)
- [lookup(request, response, [context], [done])](#lookuprequest-response-context)
- [off(methods[], path, [constraints])](#offmethods-path-constraints)
- [off(methods, path)](#offmethods-path)
- [off(methods, path, constraints)](#offmethods-path-constraints-1)
- [off(methods[], path)](#offmethods-path-1)
- [off(methods[], path, constraints)](#offmethods-path-constraints-2)
- [lookup(request, response, [context], [done])](#lookuprequest-response-context-done)
- [find(method, path, [constraints])](#findmethod-path-constraints)
- [prettyPrint([{ method: 'GET', commonPrefix: false, includeMeta: true || [] }])](#prettyprint-commonprefix-false-includemeta-true---)
- [reset()](#reset)
Expand Down

0 comments on commit 86e7331

Please sign in to comment.