We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6579e38 commit 6b42694Copy full SHA for 6b42694
README.md
@@ -47,7 +47,7 @@ Add `swift-delta` as a dependency to your package:
47
let package = Package(
48
// ...
49
dependencies: [
50
- .package(url: "https://github.com/Formkunft/swift-delta", .upToNextMajor(from: "0.4.0")),
+ .package(url: "https://github.com/Formkunft/swift-delta.git", .upToNextMajor(from: "0.4.0")),
51
],
52
targets: [
53
.target(
0 commit comments