Skip to content

Commit

Permalink
fixes docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nf1s committed May 9, 2020
1 parent a80a6bb commit c1d7503
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ or
### List Countries

This comes in handy when you need to know the available names of countries
when using `get_status_by_country_name`, eg. "The Republic of Moldova" or just "Moldova"
when using `./cli.py -s 'source' -c 'country_name'`, eg. "The Republic of Moldova" or just "Moldova"
So use this when you need to know the country exact name that you can use.

```bash
Expand Down
2 changes: 1 addition & 1 deletion site/cli/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ <h4 id="worldometers-source">Worldometers source</h4>

<h3 id="list-countries">List Countries</h3>
<p>This comes in handy when you need to know the available names of countries
when using <code>get_status_by_country_name</code>, eg. "The Republic of Moldova" or just "Moldova"
when using <code>./cli.py -s 'source' -c 'country_name'</code>, eg. "The Republic of Moldova" or just "Moldova"
So use this when you need to know the country exact name that you can use.</p>
<div class="codehilite"><pre><span></span><code>./cli.py covid -s worldometers --list-countries
</code></pre></div>
Expand Down
Loading

0 comments on commit c1d7503

Please sign in to comment.