Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziodemaria committed Mar 28, 2024
1 parent e59b4cb commit cf8d9ab
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 @@ -37,16 +37,18 @@ In the dependencies section of Package.swift add:
and in the target dependencies section add:
```swift
.product(name: "ConfidenceProvider", package: "confidence-openfeature-provider-swift"),
.product(name: "Confidence", package: "confidence-openfeature-provider-swift"),
```

## Usage

### Import Modules

Import the `ConfidenceProvider` and `OpenFeature` modules
Import the `ConfidenceProvider`, the `Confidence` and the `OpenFeature` modules

```swift
import ConfidenceProvider
import Confidence
import OpenFeature
```

Expand Down

0 comments on commit cf8d9ab

Please sign in to comment.