Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tbm committed May 5, 2020
1 parent 19cac25 commit 316d27f
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 @@ -260,7 +260,7 @@ If you would like to receive real-time market updates, you must subscribe to the
#### Subscribe to a single product
```python
import cbpro
# Paramters are optional
# Parameters are optional
wsClient = cbpro.WebsocketClient(url="wss://ws-feed.pro.coinbase.com", products="BTC-USD")
# Do other stuff...
wsClient.close()
Expand All @@ -269,7 +269,7 @@ wsClient.close()
#### Subscribe to multiple products
```python
import cbpro
# Paramaters are optional
# Parameters are optional
wsClient = cbpro.WebsocketClient(url="wss://ws-feed.pro.coinbase.com",
products=["BTC-USD", "ETH-USD"])
# Do other stuff...
Expand Down

0 comments on commit 316d27f

Please sign in to comment.