Skip to content

Commit

Permalink
Merge pull request #374 from yuraoff/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
engali94 authored Sep 30, 2020
2 parents abfcb32 + 2578030 commit e4ffaaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ import PackageDescription
let package = Package(
name: "SampleProject",
dependencies: [
.Package(url: "https://github.com/RxSwiftCommunity/RxDataSources.git" from: "4.0.0")
.package(url: "https://github.com/RxSwiftCommunity/RxDataSources.git", from: "4.0.0")
]
)
```
Expand Down

0 comments on commit e4ffaaf

Please sign in to comment.