Skip to content

Commit 3ec6399

Browse files
Use Git URL
1 parent 9f1dd73 commit 3ec6399

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
@@ -47,7 +47,7 @@ Add `swift-delta` as a dependency to your package:
4747
let package = Package(
4848
// ...
4949
dependencies: [
50-
.package(url: "https://github.com/Formkunft/swift-delta", .upToNextMajor(from: "0.4.0")),
50+
.package(url: "https://github.com/Formkunft/swift-delta.git", .upToNextMajor(from: "0.4.0")),
5151
],
5252
targets: [
5353
.target(

0 commit comments

Comments
 (0)