Skip to content

Commit a5b00f4

Browse files
authored
Prefer HTTPS protocol in README (#28)
1 parent 16ebb0c commit a5b00f4

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
@@ -11,7 +11,7 @@ The markup tree provided by this package is comprised of immutable/persistent, t
1111
In your `Package.swift` Swift Package Manager manifest, add the following dependency to your `dependencies` argument:
1212

1313
```swift
14-
.package(url: "ssh://git@github.com/apple/swift-markdown.git", .branch("main")),
14+
.package(url: "https://github.com/apple/swift-markdown.git", .branch("main")),
1515
```
1616

1717
Add the dependency to any targets you've declared in your manifest:

0 commit comments

Comments
 (0)