diff --git a/example/main.go b/example/main.go index 49374b4..269ea4f 100644 --- a/example/main.go +++ b/example/main.go @@ -36,7 +36,7 @@ func main() { // define a resource r.Resource("/photos", func(resource *mux.Resource) { - // rails style resource routes + // Rails style resource routes // GET /photos // GET /photos/new // POST /photos