Fixed the docs a bit
This commit is contained in:
parent
42cd312d07
commit
1e1d3a7bd1
11
README.md
11
README.md
|
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue