From 2b37d19a68fafaefe9621cf3bb860dee73b9e10b Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 4 Sep 2016 18:39:19 +0200 Subject: [PATCH] add missing : --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 61366ba..3d66933 100644 --- a/docs/README.md +++ b/docs/README.md @@ -26,7 +26,7 @@ All resources that returns a list of objects has support for pagination. Some ex An example request looks like this: ``` -$ curl -X GET https://api2.photowall.com/designers/page=5&per_page=10 -u mykey +$ curl -X GET https://api2.photowall.com/designers/page=5&per_page=10 -u mykey: ``` The response will contain a pagination object with the following attributes: