From 2a6c1b61c44c5d0a42cfc583028c3bfe61c5722b Mon Sep 17 00:00:00 2001 From: Fabrizio Demaria Date: Fri, 5 Jan 2024 14:59:09 +0100 Subject: [PATCH] docs: Fix SPM dependency in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e110bf60..f50dd90e 100644 --- a/README.md +++ b/README.md @@ -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