From ed17855383034bb97a125a1b1d60102ccda055cf Mon Sep 17 00:00:00 2001 From: mycognosist Date: Sun, 5 Nov 2023 08:21:49 +0200 Subject: [PATCH] fix link to CableClient source --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cce51d9..0a9410c 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ client.createCabal() [`CableClient`](https://github.com/cabal-club/cable-client.js/blob/master/cable-client.js) and [`ChannelDetails`](https://github.com/cabal-club/cable-client.js/blob/master/src/channel-details.js). -[`CableClient`](https://github.com/cabal-club/cable-client.js/blob/master/src/cabal-details.js) is the +[`CableClient`](https://github.com/cabal-club/cable-client.js/blob/master/cable-client.js) is the instance that clients mostly operate on, as it encapsulates all information for a particular cabal. (joined channels, users in that channel, the topic). It also emits events.