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 5e9e0d3 commit a9a4a8cCopy full SHA for a9a4a8c
README.md
@@ -48,14 +48,14 @@ The chart above shows the elapsed time (in seconds) to render different HTML str
48
49
- File > Swift Packages > Add Package Dependency
50
- Add `https://github.com/ZhgChgLi/ZMarkupParser.git`
51
-- Select "Up to Next Major" with "1.8.0"
+- Select "Up to Next Major" with "1.8.1"
52
53
or
54
55
```swift
56
...
57
dependencies: [
58
- .package(url: "https://github.com/ZhgChgLi/ZMarkupParser.git", from: "1.8.0"),
+ .package(url: "https://github.com/ZhgChgLi/ZMarkupParser.git", from: "1.8.1"),
59
]
60
61
.target(
0 commit comments