Skip to content

Commit 7d63274

Browse files
authored
Update README.md
1 parent 73f41c3 commit 7d63274

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
@@ -51,7 +51,7 @@ With RxDataSources, it is super easy to just write
5151
```swift
5252
let dataSource = RxTableViewSectionedReloadDataSource<SectionModel<String, Int>>()
5353
Observable.just([SectionModel(model: "title", items: [1, 2, 3])])
54-
.bindTo(tableView.rx.items(dataSource: dataSource))
54+
.bind(to: tableView.rx.items(dataSource: dataSource))
5555
.disposed(by: disposeBag)
5656
```
5757
![RxDataSources example app](https://raw.githubusercontent.com/kzaher/rxswiftcontent/rxdatasources/RxDataSources.gif)

0 commit comments

Comments
 (0)