Skip to content

Commit 2129dd4

Browse files
authored
Update doc.
1 parent d7c6432 commit 2129dd4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,11 @@ GET /v2/locations?source=csbs
139139
```
140140
```json
141141
{
142+
"latest": {
143+
"confirmed": 7596,
144+
"deaths": 43,
145+
"recovered": 0
146+
},
142147
"locations": [
143148
{
144149
"coordinates": {
@@ -175,8 +180,7 @@ GET /v2/locations?source=csbs
175180
},
176181
"province": "Westchester",
177182
"state": "New York"
178-
},
179-
...
183+
}
180184
]
181185
}
182186
```

0 commit comments

Comments
 (0)