From cc843cfe5b345b4ae5fceaf02c98b4e96ca9bf1b Mon Sep 17 00:00:00 2001 From: nlsdfnbch <23okrs35+github@mykolab.com> Date: Fri, 8 Dec 2017 09:44:06 +0100 Subject: [PATCH] fix example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a67d350..c586d03 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ from hitbtc import HitBTC c = HitBTC() c.start() # start the websocket connection time.sleep(2) # Give the socket some time to connect -c.subscribe_ticker('ETHBTC') # Subscribe to ticker data for the pair ETHBTC +c.subscribe_ticker(symbol='ETHBTC') # Subscribe to ticker data for the pair ETHBTC while True: try: