Skip to content

Commit 38d1ce5

Browse files
bobbywilson0balthazar
authored andcommitted
Fix README typo (#1)
1 parent 0b33a92 commit 38d1ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ client.ws.ticker('HSRETH', ticker => {
807807
Retrieves all the tickers.
808808

809809
```js
810-
client.ws.partialDepth(tickers => {
810+
client.ws.allTickers(tickers => {
811811
console.log(tickers)
812812
})
813813
```

0 commit comments

Comments
 (0)