Skip to content

Commit f386407

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

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
@@ -115,7 +115,7 @@ let sections = [
115115
]
116116

117117
Observable.just(sections)
118-
.bindTo(tableView.rx.items(dataSource: dataSource))
118+
.bind(to: tableView.rx.items(dataSource: dataSource))
119119
.disposed(by: disposeBag)
120120
```
121121

0 commit comments

Comments
 (0)