diff --git a/README.md b/README.md index 0f6c611..75e6418 100644 --- a/README.md +++ b/README.md @@ -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