From 93c89266b07e42f9c33f620d399823fa8dedb3e7 Mon Sep 17 00:00:00 2001 From: Victor Bodinaud Date: Thu, 21 Mar 2024 15:03:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9DEdit=20SPM=20repo=20url=20in=20READ?= =?UTF-8?q?ME?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3593691..6e5861c 100644 --- a/README.md +++ b/README.md @@ -17,5 +17,5 @@ You can use Swift Package Manager to integrate Hermes into your project. Add the ```swift dependencies: [ - .package(url: "https://github.com/yourusername/Hermes.git", from: "1.0.0") + .package(url: "https://git.mahtan-melwasul.com/Mahtan/Hermes.git", from: "1.0.0") ]