Increase package version in spm readme instructions

This commit is contained in:
ptrkstr 2022-01-31 15:05:53 +11:00 committed by GitHub
parent 13ba661fd1
commit b831efedf3
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"]),