Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezreal authored Apr 11, 2023
1 parent c51f1a1 commit 078d9de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ extension Theme {

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

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

## Demo

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

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

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

0 comments on commit 078d9de

Please sign in to comment.