From 924505e0dcd5adf8b35ee33e6438fe9c3aaaeabe Mon Sep 17 00:00:00 2001 From: linzi <873804682@qq.com> Date: Wed, 16 Mar 2022 23:04:58 +0800 Subject: [PATCH] Update README.md Distinguish between group and nested group --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e8dce8d..dbd73f00 100644 --- a/README.md +++ b/README.md @@ -513,7 +513,7 @@ func main() { // nested group testing := authorized.Group("testing") - // visited 0.0.0.0:8080/testing/analytics + // visit 0.0.0.0:8080/testing/analytics testing.GET("/analytics", analyticsEndpoint) }