Skip to content

Commit 5b75afe

Browse files
authored
Update CovidPlot.md
1 parent ab7f9d5 commit 5b75afe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CovidPlot.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ An easy way to plot COVID-19 info.
1212

1313
### Sofware (for developers)
1414

15-
[Get the last version of this software here](https://github.com/PythonForChange/CovidPlot/blob/main/covidPlot.py).
15+
[Get the last version of this software here](https://github.com/PythonForChange/CovidPlot/blob/main/covidplot.py).
1616
CovidPlot
1717

1818
### Installation
@@ -23,22 +23,22 @@ pip install pyforchange
2323
```
2424
2. Import covidPlot in your python file
2525
```python
26-
import pyforchange.covidPlot
26+
import pyforchange.covidplot
2727
```
2828
3. Enjoy!
2929

3030
#### Option 2: Download the source (unstable pre-realise version)
31-
1. Download [covidPlot](covidPlot.py) into your proyect folder
32-
2. Import covidPlot in your python file
31+
1. Download [covidplot](covidplot.py) into your proyect folder
32+
2. Import covidplot in your python file
3333
```python
34-
import covidPlot
34+
import covidplot
3535
```
3636
3. Enjoy!
3737

3838
### Usage
3939
Import covidPlot and define datasets.
4040
```python
41-
from pyforchange.covidPlot import *
41+
from pyforchange.covidplot import *
4242

4343
chile=CovidData()
4444
usa=CovidData('United States')

0 commit comments

Comments
 (0)