Skip to content

Commit 3d4618d

Browse files
authored
Merge pull request #396 from tbm/typo
Fix typo in README
2 parents fa83a31 + 09a7a0a commit 3d4618d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@ If you would like to receive real-time market updates, you must subscribe to the
260260
#### Subscribe to a single product
261261
```python
262262
import cbpro
263-
# Paramters are optional
263+
264+
# Parameters are optional
264265
wsClient = cbpro.WebsocketClient(url="wss://ws-feed.pro.coinbase.com",
265266
products="BTC-USD",
266267
channels=["ticker"])

0 commit comments

Comments
 (0)