diff --git a/README.md b/README.md index 0a8fa381..67b1e7cb 100644 --- a/README.md +++ b/README.md @@ -82,12 +82,12 @@ All Swift implementations are also available via the Swift Package Manager. Just add it to your `Package.swift` file: ```swift dependencies: [ - .package(url: "git@github.com:rickclephas/KMP-NativeCoroutines.git", from: "") + .package(url: "https://github.com/rickclephas/KMP-NativeCoroutines.git", from: "") ] ``` Or add it in Xcode by going to `File` > `Add Packages...` and providing the URL: -`git@github.com:rickclephas/KMP-NativeCoroutines.git`. +`https://github.com/rickclephas/KMP-NativeCoroutines.git`. ## Usage