diff --git a/README.md b/README.md index 6dd1ce44..4eda7125 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,12 @@ the relevant OpenFeature SDK dependency manually. ### Swift Package Manager + In the dependencies section of Package.swift add: ```swift .package(url: "git@github.com:spotify/confidence-openfeature-provider-swift.git", from: "0.1.0") ``` + and in the target dependencies section add: ```swift @@ -160,4 +162,4 @@ OpenFeatureAPI.shared.provider = .build() ``` -now, all resolves of `button.size` will return 4. \ No newline at end of file +now, all resolves of `button.size` will return 4.