Skip to content

Commit

Permalink
Change SPM URL to HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
rickclephas committed Nov 19, 2021
1 parent 7bfb696 commit 6b26acc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: "<version>")
.package(url: "https://github.com/rickclephas/KMP-NativeCoroutines.git", from: "<version>")
]
```

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

Expand Down

0 comments on commit 6b26acc

Please sign in to comment.