Merge pull request #481 from c9s/fix-readme-typo

fix: readme typo
This commit is contained in:
Yo-An Lin 2022-03-15 22:12:50 +08:00 committed by GitHub
commit 769da72f77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ subscriptions = [
stream = Stream(host, port, subscriptions)
stream.on_book_event(book_event_callback)
stream.on_ticker_event(tocker_event_callback)
stream.on_ticker_event(ticker_event_callback)
...
stream.start()
```
```