Skip to content

Commit

Permalink
Update README.md (#86)
Browse files Browse the repository at this point in the history
Typo in README
  • Loading branch information
davidMkCb authored Dec 6, 2024
1 parent 77aba43 commit b609ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,13 @@ We also provide channel specific methods for subscribing and unsubscribing. For
```python
client.open()
client.ticker(product_ids=["BTC-USD", "ETH-USD"])
client.heartbeats(product_ids=["BTC-USD", "ETH-USD"])
client.heartbeats()

# wait 10 seconds
time.sleep(10)

client.ticker_unsubscribe(product_ids=["BTC-USD", "ETH-USD"])
client.heartbeats_unsubscribe(product_ids=["BTC-USD", "ETH-USD"])
client.heartbeats_unsubscribe()
client.close()
```

Expand Down

0 comments on commit b609ad2

Please sign in to comment.