Skip to content

Commit 06f8fbc

Browse files
authored
Update README.md
1 parent 0492f7a commit 06f8fbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ The chart above shows the elapsed time (in seconds) to render different HTML str
4545

4646
- File > Swift Packages > Add Package Dependency
4747
- Add `https://github.com/ZhgChgLi/ZMarkupParser.git`
48-
- Select "Up to Next Major" with "1.3.6"
48+
- Select "Up to Next Major" with "1.3.8"
4949

5050
or
5151

5252
```swift
5353
...
5454
dependencies: [
55-
.package(url: "https://github.com/ZhgChgLi/ZMarkupParser.git", from: "1.3.6"),
55+
.package(url: "https://github.com/ZhgChgLi/ZMarkupParser.git", from: "1.3.8"),
5656
]
5757
...
5858
.target(
@@ -71,7 +71,7 @@ platform :ios, '12.0'
7171
use_frameworks!
7272

7373
target 'MyApp' do
74-
pod 'ZMarkupParser', '~> 1.3.6'
74+
pod 'ZMarkupParser', '~> 1.3.8'
7575
end
7676
```
7777

0 commit comments

Comments
 (0)