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 a413dbd commit 6ee27c0Copy full SHA for 6ee27c0
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