Skip to content

Commit 77f1098

Browse files
Use Git URL
1 parent 0175a54 commit 77f1098

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
@@ -29,7 +29,7 @@ Add `swift-collection-parser` as a dependency to your package:
2929
let package = Package(
3030
// ...
3131
dependencies: [
32-
.package(url: "https://github.com/Formkunft/swift-collection-parser", .upToNextMajor(from: "2.0.0")),
32+
.package(url: "https://github.com/Formkunft/swift-collection-parser.git", .upToNextMajor(from: "2.0.0")),
3333
],
3434
targets: [
3535
.target(

0 commit comments

Comments
 (0)