Skip to content

Commit ecd8748

Browse files
Use Git URL
1 parent 28b363c commit ecd8748

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
@@ -13,7 +13,7 @@ Add `swift-scoped-file-path` as a dependency to your package:
1313
let package = Package(
1414
// ...
1515
dependencies: [
16-
.package(url: "https://github.com/Formkunft/swift-scoped-file-path", .upToNextMajor(from: "0.2.0")),
16+
.package(url: "https://github.com/Formkunft/swift-scoped-file-path.git", .upToNextMajor(from: "0.2.0")),
1717
],
1818
targets: [
1919
.target(

0 commit comments

Comments
 (0)