diff --git a/README.rst b/README.rst index ac5258bee..08f4bff7e 100644 --- a/README.rst +++ b/README.rst @@ -107,7 +107,7 @@ Quick Start from binance.websockets import BinanceSocketManager bm = BinanceSocketManager(client) - bm.start_aggtrade_socket(symbol='BNBBTC') + bm.start_aggtrade_socket(symbol='BNBBTC', callback=process_message) bm.start() For more `check out the documentation `_.