Skip to content

Commit

Permalink
docs: add release-please markers in readme.md (#58)
Browse files Browse the repository at this point in the history
* docs: add release-please markers in readme.md

* Update README.md
  • Loading branch information
nicklasl authored Sep 13, 2023
1 parent b550d63 commit 21973d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ the relevant OpenFeature SDK dependency manually.

### Swift Package Manager

<!---x-release-please-start-version-->
In the dependencies section of Package.swift add:
```swift
.package(url: "git@github.com:spotify/confidence-openfeature-provider-swift.git", from: "0.1.0")
```
<!---x-release-please-end-->

and in the target dependencies section add:
```swift
Expand Down Expand Up @@ -160,4 +162,4 @@ OpenFeatureAPI.shared.provider =
.build()
```

now, all resolves of `button.size` will return 4.
now, all resolves of `button.size` will return 4.

0 comments on commit 21973d5

Please sign in to comment.