Skip to content

Commit 2578030

Browse files
authored
Update README.md
1 parent abfcb32 commit 2578030

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)