diff --git a/README.md b/README.md index 76e4e35..4600edd 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ app ``` #### router.get|put|post|patch|delete ⇒ Router -Create `router.verb()` methods, where *verb* is one of the HTTP verbes such +Create `router.verb()` methods, where *verb* is one of the HTTP verbs such as `router.get()` or `router.post()`. Match URL patterns to callback functions or controller actions using `router.verb()`,