Skip to content

Commit 55f3f67

Browse files
Update README.md
1 parent 364b978 commit 55f3f67

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
@@ -35,7 +35,7 @@ let dataSource = TableViewDataSource(dataProvider: dataProvider, cellConfigurati
3535
tableView.dataSource = dataSource
3636

3737
//Add this to sync data changes to the table view.
38-
let changeAnimator = TableViewChangeAnimator(tableView: tableView, dataProviderObservable: dataProvider.observable)
38+
let changeAnimator = TableViewChangeAnimator(tableView: tableView, dataProvider: dataProvider)
3939
```
4040

4141
## Requirements

0 commit comments

Comments
 (0)