There was an error while loading. Please reload this page.
1 parent e30e6f5 commit af471caCopy full SHA for af471ca
README.md
@@ -25,7 +25,7 @@ This can be done in XCode by selecting File -> New -> Project -> Multiplatform -
25
```swift
26
let package = Package(
27
dependencies: [
28
- .package(name: "SwiftRs", git = "https://github.com/Brendonovich/swift-rs", from = "1.0.0")
+ .package(name: "SwiftRs", url: "https://github.com/Brendonovich/swift-rs", from: "1.0.0")
29
],
30
.. // other configuration
31
)
0 commit comments