Skip to content

Commit

Permalink
Merge pull request #5 from Nami-Doc/patch-1
Browse files Browse the repository at this point in the history
add dots
  • Loading branch information
jonathanong committed Dec 24, 2013
2 parents 3807619 + c44f689 commit 3ac472b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var app = routify(connect(), {
})
```

### app[VERB](path || regexp, middleware...)
### app.[VERB](path || regexp, middleware...)

Verb can be any HTTP method supported by node.
`delete` is also aliased as `del`.
Expand All @@ -43,7 +43,7 @@ it will also match any `GET` routes as well.
To match `HEAD` and not `GET`,
do `app.head()` before any `app.get()`.

### app[all](path || regexp, middleware...)
### app.[all](path || regexp, middleware...)

Will match any request with the given path or regexp.

Expand Down

0 comments on commit 3ac472b

Please sign in to comment.