Skip to content

Commit cedc52f

Browse files
committed
Fix readme
1 parent 77e2b35 commit cedc52f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Get your API key for free and without hassle from the [Abstact website](https://
3636

3737
## Quickstart
3838

39-
### Verify email
39+
### Get exchange rates
4040

4141
```python
4242
import pprint
@@ -116,5 +116,5 @@ python3 setup.py install --user
116116
Once you implementer all your changes and the unit tests, run the following command to run the tests:
117117

118118
```bash
119-
EMAIL_VAL_API_KEY=YYYYYY python3 tests/test_python_exchange_rates.py
119+
EXCHANGE_RATES_API_KEY=YYYYYY python3 tests/test_python_exchange_rates.py
120120
```

0 commit comments

Comments
 (0)