Skip to content

Commit d4bac09

Browse files
committed
Update README.md
1 parent 5364b3c commit d4bac09

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
@@ -88,7 +88,7 @@ class TodoStore : Store {
8888

8989
```swift
9090
let todoStore = TodoStore()
91-
store.eventEmitter.listen(TodoStore.Event.List) { () -> Void in
91+
todoStore.eventEmitter.listen(TodoStore.Event.List) { () -> Void in
9292
for todo in todoStore.list {
9393
plintln(todo.title)
9494
}

0 commit comments

Comments
 (0)