📝Edit SPM repo url in README

This commit is contained in:
Victor Bodinaud
2024-03-21 15:03:42 +01:00
parent b1f3f21c95
commit 479f95f415

View File

@@ -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")
]