Merge pull request #29 from BrainCrumbz/master

Fixed typo in route example with resource slicing
This commit is contained in:
typicode
2014-09-29 23:25:30 +02:00

View File

@ -131,7 +131,7 @@ DEL /:resource/:id
To slice resources, add `_start` and `_end`.
```
GET /:resource?_start=&end=
GET /:resource?_start=&_end=
GET /:resource?filter=&filter=&_start=&_end=
GET /:parent/:parentId/:resource?_start=&_end=
```