From 69493cb9ffa618ee77e7b931a903a219d9f47255 Mon Sep 17 00:00:00 2001 From: Lawrence Forooghian Date: Tue, 10 Oct 2023 14:43:46 -0300 Subject: [PATCH] Clarify how to instantiate ably-js client from CDN in Spaces docs See commit 9de7495 in Spaces SDK repo. --- content/spaces/setup.textile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/spaces/setup.textile b/content/spaces/setup.textile index 3ba354489c..85c6af7617 100644 --- a/content/spaces/setup.textile +++ b/content/spaces/setup.textile @@ -55,6 +55,10 @@ Reference the Ably JavaScript SDK and the Spaces SDK within the @@ of your ``` + + h2(#instantiate). Instantiate Instantiate a realtime client using the Ably JavaScript SDK and pass the generated client into the Spaces constructor: