Skip to content

Commit

Permalink
Update DOCUMENTATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iDutchy authored Dec 15, 2019
1 parent b00021e commit 151391b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Or you can install directly from source by doing one of the following commands:

After that, you will have to create the client:
```python
from sr_api.client import Client
import sr_api

client = Client()
client = sr_api.Client()
```

For future reference in this documentation: when referring to 'client' we refer to what has been defined above!
Expand Down

0 comments on commit 151391b

Please sign in to comment.