Update README.md

This commit is contained in:
Jeff Vandrew Jr 2019-03-17 09:37:36 -04:00 committed by GitHub
parent cc691d2d06
commit 451f52e5a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ The `fetched_invoice` above will be a dictionary of all invoice data from the Bi
client.get_rates()
```
### pecific rate
### Get specific rate
```python
client.get_rate('USD')
```