From 69aa0377b738d70390a424b205a8905e07975faa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Sa=CC=81nchez-Dehesa?= Date: Tue, 7 May 2024 21:26:35 +0200 Subject: [PATCH] Outstanding minor changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 287139a..3debc61 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ import PackageDescription let package = Package( /* Your package name, supported platforms, and generated products go here */ dependencies: [ - .package(url: "https://github.com/dehesa/Conbini.git", from: "0.6.2") + .package(url: "https://github.com/dehesa/package-conbini.git", from: "0.6.2") ], targets: [ .target(name: /* Your target name here */, dependencies: ["Conbini"])