Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziodemaria committed Feb 7, 2023
1 parent b29645d commit c6938f2
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 @@ -6,11 +6,11 @@ Swift implementation of the OpenFeature SDK.

### Adding the package dependency

If you manage dependencies through XCode go to "Add package" and enter `git@ghe.spotify.net:konfidens/openfeature-swift-sdk.git`.
If you manage dependencies through Xcode go to "Add package" and enter `git@github.com:spotify/openfeature-swift-sdk.git`.

If you manage dependencies through SPM, in the dependencies section of Package.swift add:
```swift
.package(url: "git@ghe.spotify.net:konfidens/openfeature-swift-sdk.git", from: "0.1.3")
.package(url: "git@github.com:spotify/openfeature-swift-sdk.git", from: "0.1.0")
```

and in the target dependencies section add:
Expand Down

0 comments on commit c6938f2

Please sign in to comment.