From d6cd453b33f340571666638dff89fd58cb30dc1c Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Thu, 23 Jan 2025 12:43:47 +0000 Subject: [PATCH] chore(): update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a3ecd9..8c2adf7 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,7 @@ The WebsocketClient can be configured to a specific API group using the market p | V5 Subscriptions | `market: 'v5'` | The [v5](https://bybit-exchange.github.io/docs/v5/ws/connect) websocket topics for all categories under one market. Use the subscribeV5 method when subscribing to v5 topics. | -### Balancing consumer load across multiple connections +### Balancing load across multiple connections The WebsocketClient will automatically prepare one connection per API group, for all topics in that API group. Any topics that you subscribe to on that WebSocket client will automatically be added to the same connection.