Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Livingston committed Aug 27, 2014
1 parent 8de60ce commit b2a4b5d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,13 @@ handlers
|--baz.js
```

Matches:
Routes as:

- `foo.js : /foo`
- `foo/bar.js : /foo/bar`
- `baz.js : /baz`
```
foo.js => /foo
foo/bar.js => /foo/bar
baz.js => /baz
```

### Path Parameters

Expand Down

0 comments on commit b2a4b5d

Please sign in to comment.