diff --git a/MIGRATION.md b/MIGRATION.md index 3d1050c9..def08b03 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -37,7 +37,7 @@ For Spot (Spot package): io.github.binance binance-spot - 1.1.0 + 2.0.0 ``` @@ -47,7 +47,7 @@ For Futures (COIN-M Futures package): io.github.binance binance-derivatives-trading-coin-futures - 1.1.0 + 1.2.0 ``` diff --git a/README.md b/README.md index 10733f99..009656a7 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ When creating WebSocket API clients (such as SpotWebSocketApi), you can follow: // Add the Proxy Authentication to the configuration clientConfiguration.setWebSocketProxyAuthentication(basicAuthentication); // Use with API - SpotWebSocketApi spotWebSocketApi = new SpotWebSocketApi(clientConfiguration); + SpotWebSocketStreams spotWebSocketApi = new SpotWebSocketStreams(clientConfiguration); ```