Skip to content

Commit 86e7331

Browse files
authored
docs: fix links (#334)
1 parent ec25619 commit 86e7331

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ Do you need a real-world example that uses this router? Check out [Fastify](http
1919
- [Supported path formats](#supported-path-formats)
2020
- [Match order](#match-order)
2121
- [Supported methods](#supported-methods)
22-
- [off(method, path)](#offmethod-path)
23-
- [off(methods[], path)](#offmethods-path)
24-
- [off(methods, path, [constraints])](#offmethods-path-constraints)
25-
- [lookup(request, response, [context], [done])](#lookuprequest-response-context)
22+
- [off(methods[], path, [constraints])](#offmethods-path-constraints)
23+
- [off(methods, path)](#offmethods-path)
24+
- [off(methods, path, constraints)](#offmethods-path-constraints-1)
25+
- [off(methods[], path)](#offmethods-path-1)
26+
- [off(methods[], path, constraints)](#offmethods-path-constraints-2)
27+
- [lookup(request, response, [context], [done])](#lookuprequest-response-context-done)
2628
- [find(method, path, [constraints])](#findmethod-path-constraints)
2729
- [prettyPrint([{ method: 'GET', commonPrefix: false, includeMeta: true || [] }])](#prettyprint-commonprefix-false-includemeta-true---)
2830
- [reset()](#reset)

0 commit comments

Comments
 (0)