From fa6c3afd29623ee321664ab3931621d3a7df9fcd Mon Sep 17 00:00:00 2001 From: Lawrence Forooghian Date: Tue, 5 Apr 2022 10:25:37 -0300 Subject: [PATCH] Fix nonexistent version number in readme SPM instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d1faf1a0..60c6cbb3a 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ You can install Ably for iOS and macOS through Package Manager, CocoaPods, Carth - [This apple guide](https://developer.apple.com/documentation/swift_packages/adding_package_dependencies_to_your_app) explains the steps in more detail. - To install the `ably-cocoa` package in another **Swift Package**, then add the following to your `Package.Swift`: ```swift - .package(url: "https://github.com/ably/ably-cocoa", from: "1.3.0"), + .package(url: "https://github.com/ably/ably-cocoa", from: "1.2.10"), ``` ### Installing through [CocoaPods](https://cocoapods.org/)