fix: readme typo

This commit is contained in:
なるみ 2022-03-15 22:10:39 +08:00 committed by GitHub
parent a4d5bf85d3
commit a4f850c610
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()
```