Skip to content

Commit 1049b68

Browse files
committed
fixes README typo
1 parent 82500a2 commit 1049b68

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
@@ -86,7 +86,7 @@ controller.animated = false
8686
// More custom controller configuration ...
8787

8888
data
89-
.subscribe(bind: tableView.sectionsSubscriber(controller))
89+
.bind(subscriber: tableView.sectionsSubscriber(controller))
9090
.store(in: &subscriptions)
9191
```
9292

0 commit comments

Comments
 (0)