Skip to content

Commit af471ca

Browse files
committed
correct readme
1 parent e30e6f5 commit af471ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This can be done in XCode by selecting File -> New -> Project -> Multiplatform -
2525
```swift
2626
let package = Package(
2727
dependencies: [
28-
.package(name: "SwiftRs", git = "https://github.com/Brendonovich/swift-rs", from = "1.0.0")
28+
.package(name: "SwiftRs", url: "https://github.com/Brendonovich/swift-rs", from: "1.0.0")
2929
],
3030
.. // other configuration
3131
)

0 commit comments

Comments
 (0)