From 3a06f63af58cb2ac5d7e2adfaea8ac629532fe21 Mon Sep 17 00:00:00 2001 From: s4w3d0ff Date: Tue, 9 Aug 2016 15:36:08 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1356deb6..4cef9cb6 100644 --- a/README.md +++ b/README.md @@ -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'