Skip to content

Commit da29189

Browse files
author
ExpDev07
committed
updated json in readme
1 parent c85129b commit da29189

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ Getting confirmed cases, deaths, and recoveries:
1111
GET /all
1212
```
1313
```json
14-
{ latest: { ... }, confirmed: { ... }, deaths: { ... }, recovered: { ... } }
14+
{ "latest": { ... }, "confirmed": { ... }, "deaths": { ... }, "recovered": { ... } }
1515
```
1616

1717
Getting just confirmed:
1818
```http
1919
GET /confirmed
2020
```
2121
```json
22-
{ latest: 42767, locations: [ ... ] }
22+
{ "latest": 42767, "locations": [ ... ] }
2323
```
2424

2525
Getting just deaths:

0 commit comments

Comments
 (0)