Skip to content

Commit 394078c

Browse files
committed
Merge pull request #6 from Nami-Doc/patch-1
escape markdown
2 parents 3ac472b + adcb69e commit 394078c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var app = routify(connect(), {
3232
})
3333
```
3434

35-
### app.[VERB](path || regexp, middleware...)
35+
### app\[VERB](path || regexp, middleware...)
3636

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

46-
### app.[all](path || regexp, middleware...)
46+
### app.all(path || regexp, middleware...)
4747

4848
Will match any request with the given path or regexp.
4949

0 commit comments

Comments
 (0)