From 935e1330a8f1481ad0729dd919e7ae38dc109ce6 Mon Sep 17 00:00:00 2001 From: Mithilesh Gupta Date: Mon, 18 Nov 2024 17:45:09 +0530 Subject: [PATCH] Fixed the typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f662ab4..3b4f4668 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ type Router interface { // path, with a fresh middleware stack for the inline-Router. Group(fn func(r Router)) Router - // Route mounts a sub-Router along a `pattern`` string. + // Route mounts a sub-Router along a `pattern` string. Route(pattern string, fn func(r Router)) Router // Mount attaches another http.Handler along ./pattern/*