Skip to content

Commit 66612bf

Browse files
authored
Update README.md
1 parent 384def4 commit 66612bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ class CounterViewController: UIViewController {
105105

106106
@IBAction func increaseButtonTapped(sender: UIButton) {
107107
mainStore.dispatch(
108-
AppState.CounterActionIncrease
108+
AppAction.increase
109109
)
110110
}
111111

112112
@IBAction func decreaseButtonTapped(sender: UIButton) {
113113
mainStore.dispatch(
114-
AppState.CounterActionDecrease
114+
AppAction.decrease
115115
)
116116
}
117117

0 commit comments

Comments
 (0)