From a108acd69afa3d7ace706f281caf748a8c8d55ad Mon Sep 17 00:00:00 2001 From: Jerko J <83344666+JJ-Cro@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:27:36 +0200 Subject: [PATCH] chore(): updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 916e5c7..8c3a81b 100644 --- a/README.md +++ b/README.md @@ -298,7 +298,7 @@ client.on('exception', (data) => { /** * Use the client subscribe(topic, market) pattern to subscribe to any websocket topic. * - * You can subscribe to topics one at a time or many one one request. + * You can subscribe to topics one at a time or many in one request. * * Topics can be sent as simple strings, if no parameters are required: */