diff --git a/README.md b/README.md index e76ad97..4d101df 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ import ( func main() { r := router.New() - // Exception routes must come first. + // Other routes with the same pattern should come first. r.GET("/pages/contact", ContactHandler) r.GET("/pages/*", PagesHandler)