From 1e1d3a7bd1b60138e14e38f720f6d22b1a93215a Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Thu, 24 Sep 2015 16:46:13 -0400 Subject: [PATCH] Fixed the docs a bit --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c6691c9..475c791 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,7 @@ response from SoundCloud: "avatar_url": "http://i1.sndcdn.com/avatars-000001552142-pbw8yd-large.jpg?142a848", "country": "Germany", "full_name": "Johannes Wagener", - "city": "Berlin", - ... + "city": "Berlin" } ``` @@ -111,10 +110,10 @@ So for example if the API returned a different structure like this: ```json { - user: { - id: 1234, - email: { - address: 'test@example.com' + "user": { + "id": 1234, + "email": { + "address": 'test@example.com' } } }