Skip to content

Commit

Permalink
Merge pull request #1324 from ably/fix-readme-swift-package-manager-i…
Browse files Browse the repository at this point in the history
…nstructions

Fix nonexistent version number in readme SPM instructions
  • Loading branch information
lawrence-forooghian authored Apr 6, 2022
2 parents 6357619 + fa6c3af commit 8671b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down

0 comments on commit 8671b61

Please sign in to comment.