Skip to content

Commit

Permalink
docs: Fix SPM dependency in README (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziodemaria authored Jan 11, 2024
1 parent 0d40dda commit 9bdcb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ In the dependencies section of Package.swift add:

and in the target dependencies section add:
```swift
.product(name: "ConfidenceProvider", package: "openfeature-swift-provider"),
.product(name: "ConfidenceProvider", package: "confidence-openfeature-provider-swift"),
```

## Usage
Expand Down

0 comments on commit 9bdcb3e

Please sign in to comment.