Skip to content

Commit 078d9de

Browse files
authored
Update README.md
1 parent c51f1a1 commit 078d9de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ extension Theme {
243243

244244
[Swift Package Index](https://swiftpackageindex.com) kindly hosts the online documentation for all versions, available here:
245245

246-
- [2.0.1](https://swiftpackageindex.com/gonzalezreal/swift-markdown-ui/2.0.1/documentation/markdownui)
246+
- [2.0.2](https://swiftpackageindex.com/gonzalezreal/swift-markdown-ui/2.0.2/documentation/markdownui)
247247

248248
## Demo
249249

@@ -259,7 +259,7 @@ MarkdownUI comes with a few more tricks on the sleeve. You can explore the
259259
To use MarkdownUI in a Swift Package Manager project, add the following line to the dependencies in your `Package.swift` file:
260260

261261
```swift
262-
.package(url: "https://github.com/gonzalezreal/swift-markdown-ui", from: "2.0.0")
262+
.package(url: "https://github.com/gonzalezreal/swift-markdown-ui", from: "2.0.2")
263263
```
264264

265265
Include `"MarkdownUI"` as a dependency for your executable target:

0 commit comments

Comments
 (0)