We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abfcb32 + 2578030 commit e4ffaafCopy full SHA for e4ffaaf
README.md
@@ -179,7 +179,7 @@ import PackageDescription
179
let package = Package(
180
name: "SampleProject",
181
dependencies: [
182
- .Package(url: "https://github.com/RxSwiftCommunity/RxDataSources.git" from: "4.0.0")
+ .package(url: "https://github.com/RxSwiftCommunity/RxDataSources.git", from: "4.0.0")
183
]
184
)
185
```
0 commit comments