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.
1 parent 73f41c3 commit 7d63274Copy full SHA for 7d63274
README.md
@@ -51,7 +51,7 @@ With RxDataSources, it is super easy to just write
51
```swift
52
let dataSource = RxTableViewSectionedReloadDataSource<SectionModel<String, Int>>()
53
Observable.just([SectionModel(model: "title", items: [1, 2, 3])])
54
- .bindTo(tableView.rx.items(dataSource: dataSource))
+ .bind(to: tableView.rx.items(dataSource: dataSource))
55
.disposed(by: disposeBag)
56
```
57

0 commit comments