From 44839f6d46800fc7edf6e753f982f9e3d6fb939a Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Thu, 23 Jan 2025 12:45:36 +0000 Subject: [PATCH] chore(): readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a014360..74d1580 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,7 @@ The WebsocketClient will automatically use the latest V5 WebSocket endpoints by ### WebSocket Examples -#### Consuming events +#### Subscriptions - Consuming events Here's a minimal example for using the websocket client. For more complete examples, look into the ws-\* examples in the [examples](./examples/) folder in the repo on GitHub.