Update README.md

This commit is contained in:
typicode
2015-04-01 03:56:22 +02:00
parent 56dfbc61ac
commit a29a552518

View File

@ -50,7 +50,7 @@ PATCH /posts/1
DEL /posts/1
```
To slice resources, add `_start` and `_end`.
To slice resources, add `_start` and `_end`. An `X-Total-Count` header will be included in the response.
```
GET /posts?_start=0&_end=10