diff --git a/README.md b/README.md index 3298a70..c78184a 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ kvoController.observe(viewModel, keyPath: "listsDidChange", options: [.new, .initial]) { (viewController, viewModel, change) in - self.taskListsTableView.reloadData() + viewController.taskListsTableView.reloadData() } ```