diff --git a/README.md b/README.md index e3d6ab2f..4e8dce8d 100644 --- a/README.md +++ b/README.md @@ -513,6 +513,7 @@ func main() { // nested group testing := authorized.Group("testing") + // visited 0.0.0.0:8080/testing/analytics testing.GET("/analytics", analyticsEndpoint) }