From c040119782cd18d3f57b597d9081dd0ce3848778 Mon Sep 17 00:00:00 2001 From: Paolo Prodossimo Lopes Date: Wed, 14 May 2025 02:34:48 -0300 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=93=9D=20fix=20banner=20in=20readme?= 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 d336c35..b290650 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Banner](docs/banner.jpeg) +![Banner](./docs/banner.jpeg) [![Swift](https://github.com/EasyPackages/EasySymbol/actions/workflows/swift.yml/badge.svg)](https://github.com/EasyPackages/EasySymbol/actions/workflows/swift.yml) From 3511efb9fb08df532559a343a00edf30a09af1d9 Mon Sep 17 00:00:00 2001 From: Paolo Prodossimo Lopes Date: Wed, 14 May 2025 02:41:26 -0300 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=93=9D=20fix=20extension=20image=20fi?= =?UTF-8?q?le?= 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 b290650..4e2d198 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Banner](./docs/banner.jpeg) +![Banner](./docs/banner.jpg) [![Swift](https://github.com/EasyPackages/EasySymbol/actions/workflows/swift.yml/badge.svg)](https://github.com/EasyPackages/EasySymbol/actions/workflows/swift.yml) From 3ba1874382ff9ededcc5ce230a2fd3daa2729b37 Mon Sep 17 00:00:00 2001 From: Paolo Prodossimo Lopes Date: Wed, 14 May 2025 02:43:39 -0300 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=93=9D=20fix=20package=20link?= 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 4e2d198..5acd8c5 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ In your dependency you can add this in your `Package.swift`: ```swift dependencies: [ .package( - url: "https://github.com/your-username/EasyMock.git", + url: "https://github.com/EasyPackages/EasySymbol.git", from: "1.0.0" ) ]