Fix typo READ.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ pip install pandas
|
|
23 |
pip install tqdm
|
24 |
```
|
25 |
|
26 |
-
After installing those libraries you can
|
27 |
|
28 |
```python
|
29 |
import pandas as pd
|
|
|
23 |
pip install tqdm
|
24 |
```
|
25 |
|
26 |
+
After installing those libraries you can run the following code:
|
27 |
|
28 |
```python
|
29 |
import pandas as pd
|