Increase package version in spm readme instructions
This commit is contained in:
parent
13ba661fd1
commit
b831efedf3
|
@ -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"]),
|
||||
|
|
Loading…
Reference in New Issue