diff --git a/API.md b/API.md index 086f7a2..08d8d71 100644 --- a/API.md +++ b/API.md @@ -56,7 +56,7 @@ app #### router.get|put|post|patch|delete|del ⇒ Router -Create `router.verb()` methods, where *verb* is one of the HTTP verbs 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()`,