From 07d7fc494624cee46db168773f0c6e9afcb97980 Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Thu, 5 Dec 2024 08:13:09 +0700 Subject: [PATCH] docs(README): intended link room-options --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0ebb19c..5f095479 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ For example, you can set the timeout between keystrokes for typing events as par - A typing timeout (time of inactivity before typing stops) of 5 seconds. - Entry into, and subscription to, presence. -The defaults options for each feature may be viewed [here](https://github.com/ably/ably-chat-js/blob/main/src/RoomOptions.ts). +The defaults options for each feature may be viewed [here](https://github.com/ably/ably-chat-js/blob/main/src/core/room-options.ts). In order to use the same room but with different options, you must first `release` the room before requesting an instance with the changed options (see below for more information on releasing rooms).