Skip to content

Commit e4ffaaf

Browse files
authored
Merge pull request #374 from yuraoff/patch-1
Update README.md
2 parents abfcb32 + 2578030 commit e4ffaaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ import PackageDescription
179179
let package = Package(
180180
name: "SampleProject",
181181
dependencies: [
182-
.Package(url: "https://github.com/RxSwiftCommunity/RxDataSources.git" from: "4.0.0")
182+
.package(url: "https://github.com/RxSwiftCommunity/RxDataSources.git", from: "4.0.0")
183183
]
184184
)
185185
```

0 commit comments

Comments
 (0)