From 86e73314948210b5e33fdb1bd8870b40b461f98e Mon Sep 17 00:00:00 2001 From: Ilja Date: Thu, 31 Aug 2023 01:35:09 +0300 Subject: [PATCH] docs: fix links (#334) --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c6b94b6..6502109 100644 --- a/README.md +++ b/README.md @@ -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)