📝Edit SPM repo url in README

This commit is contained in:
Victor Bodinaud
2024-03-21 15:03:42 +01:00
parent b29505ca1f
commit 93c89266b0

View File

@@ -17,5 +17,5 @@ You can use Swift Package Manager to integrate Hermes into your project. Add the
```swift ```swift
dependencies: [ 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")
] ]