Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
s4w3d0ff authored Aug 9, 2016
1 parent 8dfbc36 commit 3a06f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ print(BTCloanOrders)
```python
import poloniex

polo = poloniex.Poloniex('yourApiKeyHere','yourSecretKeyHere123', timeout=1)
polo = poloniex.Poloniex('your-Api-Key-Here-xxxx','yourSecretKeyHere123456789', timeout=1)
# or
polo.APIKey = 'your-Api-Key-Here-xxxx'
polo.Secret = 'yourSecretKeyHere123456789'
Expand Down

0 comments on commit 3a06f63

Please sign in to comment.