From 9c592a2a48f2be4906ae78b6ef6343d387ab4e74 Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Thu, 22 May 2025 11:53:54 +0100 Subject: [PATCH] chore(): update example doc --- src/websocket-api-client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/websocket-api-client.ts b/src/websocket-api-client.ts index d1ec80d..0582b6a 100644 --- a/src/websocket-api-client.ts +++ b/src/websocket-api-client.ts @@ -47,7 +47,7 @@ export interface WSAPIClientConfigurableOptions { * may find the below methods slightly more intuitive. * * Refer to the WS API promises example for a more detailed example on using sendWSAPIRequest() directly: - * https://github.com/tiagosiebler/bybit-api/blob/master/examples/ws-api-client.ts#L58 + * https://github.com/tiagosiebler/bybit-api/blob/master/examples/ws-api-raw-promises.ts */ export class WebsocketAPIClient { private wsClient: WebsocketClient;