From a29a552518fc796d79daa2b69adbe29b37d50ff9 Mon Sep 17 00:00:00 2001 From: typicode Date: Wed, 1 Apr 2015 03:56:22 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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