We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e2b35 commit cedc52fCopy full SHA for cedc52f
README.md
@@ -36,7 +36,7 @@ Get your API key for free and without hassle from the [Abstact website](https://
36
37
## Quickstart
38
39
-### Verify email
+### Get exchange rates
40
41
```python
42
import pprint
@@ -116,5 +116,5 @@ python3 setup.py install --user
116
Once you implementer all your changes and the unit tests, run the following command to run the tests:
117
118
```bash
119
-EMAIL_VAL_API_KEY=YYYYYY python3 tests/test_python_exchange_rates.py
+EXCHANGE_RATES_API_KEY=YYYYYY python3 tests/test_python_exchange_rates.py
120
```
0 commit comments