Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhgchgli0718 authored Sep 20, 2024
1 parent c305a8b commit 76cc0e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ The chart above shows the elapsed time (in seconds) to render different HTML str

- File > Swift Packages > Add Package Dependency
- Add `https://github.com/ZhgChgLi/ZMarkupParser.git`
- Select "Up to Next Major" with "1.10.0"
- Select "Up to Next Major" with "1.11.0"

or

```swift
...
dependencies: [
.package(url: "https://github.com/ZhgChgLi/ZMarkupParser.git", from: "1.10.0"),
.package(url: "https://github.com/ZhgChgLi/ZMarkupParser.git", from: "1.11.0"),
]
...
.target(
Expand All @@ -74,7 +74,7 @@ platform :ios, '12.0'
use_frameworks!

target 'MyApp' do
pod 'ZMarkupParser', '~> 1.10.0'
pod 'ZMarkupParser', '~> 1.11.0'
end
```

Expand Down

0 comments on commit 76cc0e8

Please sign in to comment.