Skip to content

Commit

Permalink
fixes README
Browse files Browse the repository at this point in the history
  • Loading branch information
nf1s committed May 9, 2020
1 parent c1d7503 commit 4200572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,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 covid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__author__ = "Ahmed Nafies Okasha Mohamed <[email protected]>"
__copyright__ = "Copyright 2020, Ahmed Nafies Okasha Mohamed"
__license__ = "MIT"
__version__ = "2.2.7"
__version__ = "2.2.8"


def Covid(source=config.JOHN_HOPKINS):
Expand Down

0 comments on commit 4200572

Please sign in to comment.