From 4f84dfb108818c905867c9177ecf242246cf3d95 Mon Sep 17 00:00:00 2001 From: Daniel Arantes Loverde Date: Tue, 2 Sep 2025 17:28:28 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47163e5..44a04f3 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,14 @@ Installation #### Swift Package Manager (SPM) ``` swift dependencies: [ - .package(url: "http://git.loverde.com.br:3000/git/LCEssentials.git", .upToNextMajor(from: "1.0.0")) + .package(url: "https://git.loverde.com.br/Loverde-Company-LTDA/LCEssentials", .upToNextMajor(from: "1.0.0")) ] ``` You can also add it via XCode SPM editor with URL: ``` swift -http://git.loverde.com.br:3000/git/LCEssentials.git +https://git.loverde.com.br/Loverde-Company-LTDA/LCEssentials ``` ## Usage example