From ea58a6b92802deb39dda5fb466323c5393d30bde Mon Sep 17 00:00:00 2001 From: Marat Al Date: Mon, 2 Dec 2024 01:40:52 +0100 Subject: [PATCH] Fixed setup page. --- content/chat/setup.textile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/chat/setup.textile b/content/chat/setup.textile index 269770cc34..b94e41d07b 100644 --- a/content/chat/setup.textile +++ b/content/chat/setup.textile @@ -90,11 +90,9 @@ blang[swift]. The SDK is distributed as a Swift Package and can be installed using Xcode or by adding it as a dependency in your package’s @Package.swift@. - Please note the version listed in the language dropdown selector on this page corresponds to the Ably Pub/Sub SDK version, and not the Chat SDK version. Information on the latest Chat SDK release can be found at "https://github.com/ably/ably-chat-swift":https://github.com/ably/ably-chat-swift. - To install the @ably-chat-swift@ package in your Xcode Project: * Paste @https://github.com/ably/ably-chat-swift@ in the Swift Packages search box. ( Xcode project → Swift Packages.. . → @+@ button) - * Select the AblyChat SDK for your target. + * Select the Ably Chat SDK for your target. To install the @ably-chat-swift@ package in another Swift Package, add the following to your @Package.Swift@: