From 4200572ccda756fcb4da3e18db5ba47e664df89f Mon Sep 17 00:00:00 2001 From: ahmednafies Date: Sat, 9 May 2020 13:14:37 +0200 Subject: [PATCH] fixes README --- README.md | 2 +- covid/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b84725..e73382b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/covid/__init__.py b/covid/__init__.py index df74d8a..8b97134 100644 --- a/covid/__init__.py +++ b/covid/__init__.py @@ -6,7 +6,7 @@ __author__ = "Ahmed Nafies Okasha Mohamed " __copyright__ = "Copyright 2020, Ahmed Nafies Okasha Mohamed" __license__ = "MIT" -__version__ = "2.2.7" +__version__ = "2.2.8" def Covid(source=config.JOHN_HOPKINS):