Skip to content

Commit

Permalink
Merge pull request #6 from Nami-Doc/patch-1
Browse files Browse the repository at this point in the history
escape markdown
  • Loading branch information
jonathanong committed Dec 28, 2013
2 parents 3ac472b + adcb69e commit 394078c
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 394078c

Please sign in to comment.