Fixed the docs a bit

This commit is contained in:
Robin Ward 2015-09-24 16:46:13 -04:00
parent 42cd312d07
commit 1e1d3a7bd1
1 changed files with 5 additions and 6 deletions

View File

@ -80,8 +80,7 @@ response from SoundCloud:
"avatar_url": "http://i1.sndcdn.com/avatars-000001552142-pbw8yd-large.jpg?142a848", "avatar_url": "http://i1.sndcdn.com/avatars-000001552142-pbw8yd-large.jpg?142a848",
"country": "Germany", "country": "Germany",
"full_name": "Johannes Wagener", "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 ```json
{ {
user: { "user": {
id: 1234, "id": 1234,
email: { "email": {
address: 'test@example.com' "address": 'test@example.com'
} }
} }
} }