Merge branch 'master' into develop

This commit is contained in:
Nabil Chatbi 2022-03-31 18:39:17 +02:00
commit 5abd5e3dbf
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"]),