Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Track The Corona virus from your CLI

## Screenshot

<img src="https://i.ibb.co/cxJkRHf/screenshot.png" width="960" height="720">
<img src="https://raw.githubusercontent.com/sagarkarira/coronavirus-tracker-cli/master/preview.png" alt="Preview" width="639">

## CURL

Expand All @@ -20,7 +20,7 @@ curl https://corona-stats.online
curl https://corona-stats.online/<country>
```

where \<country\> can be country name or its ISO code.
where \<country\> can be a country name or its ISO code.

* US: `curl https://corona-stats.online/US`
* Italy: `curl https://corona-stats.online/Italy`
Expand Down