Merge pull request #206 from ptrkstr/patch-1

Increase package version in spm readme instructions
This commit is contained in:
Nabil Chatbi 2022-03-31 18:33:45 +02:00 committed by GitHub
commit 68ba18ac86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ To install it, simply add the dependency to your Package.Swift file:
```swift
...
dependencies: [
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "1.7.4"),
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.3.8"),
],
targets: [
.target( name: "YourTarget", dependencies: ["SwiftSoup"]),