From 8802d51b353b20f296bf7ae30d469aa8546bc2f9 Mon Sep 17 00:00:00 2001 From: Jerel Unruh Date: Fri, 18 Jul 2014 17:17:43 -0500 Subject: [PATCH] Corrected meta object documentation --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b022d033..de296bc5 100644 --- a/README.rst +++ b/README.rst @@ -46,9 +46,10 @@ expects a response to look like the following:: "meta": { "count": 20, "next": 2, - "nextLink": "http://example.com/api/1.0/identities/?page=2", + "next_link": "http://example.com/api/1.0/identities/?page=2", + "page": 1, "previous": null, - "prevousLink": null + "previous_link": null } }