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 16ebb0c commit a5b00f4Copy full SHA for a5b00f4
README.md
@@ -11,7 +11,7 @@ The markup tree provided by this package is comprised of immutable/persistent, t
11
In your `Package.swift` Swift Package Manager manifest, add the following dependency to your `dependencies` argument:
12
13
```swift
14
-.package(url: "ssh://git@github.com/apple/swift-markdown.git", .branch("main")),
+.package(url: "https://github.com/apple/swift-markdown.git", .branch("main")),
15
```
16
17
Add the dependency to any targets you've declared in your manifest:
0 commit comments