Skip to content

Commit 5ec79eb

Browse files
authored
Merge pull request #153 from binance/update_readme
update MIGRATION.md and README.md
2 parents da7da13 + 2ab2d32 commit 5ec79eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MIGRATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For Spot (Spot package):
3737
<dependency>
3838
<groupId>io.github.binance</groupId>
3939
<artifactId>binance-spot</artifactId>
40-
<version>1.1.0</version>
40+
<version>2.0.0</version>
4141
</dependency>
4242
```
4343

@@ -47,7 +47,7 @@ For Futures (COIN-M Futures package):
4747
<dependency>
4848
<groupId>io.github.binance</groupId>
4949
<artifactId>binance-derivatives-trading-coin-futures</artifactId>
50-
<version>1.1.0</version>
50+
<version>1.2.0</version>
5151
</dependency>
5252
```
5353

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ When creating WebSocket API clients (such as SpotWebSocketApi), you can follow:
202202
// Add the Proxy Authentication to the configuration
203203
clientConfiguration.setWebSocketProxyAuthentication(basicAuthentication);
204204
// Use with API
205-
SpotWebSocketApi spotWebSocketApi = new SpotWebSocketApi(clientConfiguration);
205+
SpotWebSocketStreams spotWebSocketApi = new SpotWebSocketStreams(clientConfiguration);
206206
```
207207

208208

0 commit comments

Comments
 (0)