diff --git a/README.md b/README.md index 969ba75e..aaa25f5d 100644 --- a/README.md +++ b/README.md @@ -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 ```