From 41af51cf21593a556130a89c3bbcf01d3525a961 Mon Sep 17 00:00:00 2001 From: typicode Date: Fri, 19 Sep 2014 15:14:10 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6332c16..3b6dcf9 100644 --- a/README.md +++ b/README.md @@ -132,8 +132,8 @@ To slice resources, add `_start` and `_end`. ``` GET /:resource?_start=&end= -GET /:resource?filter=&filter=&_start=&end= -GET /:parent/:parentId/:resource?_start=&end= +GET /:resource?filter=&filter=&_start=&_end= +GET /:parent/:parentId/:resource?_start=&_end= ``` To make a full-text search on resources, add `q`.