Skip to content

Commit 2141a48

Browse files
authored
Update README.md
1 parent ccbb658 commit 2141a48

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
@@ -14,7 +14,7 @@
1414
A redux Thunk implementation for async action dispatch.
1515

1616
```
17-
applymiddleware(thunk)
17+
val store = createStore(::reducer, applymiddleware(thunk))
1818
1919
...
2020

0 commit comments

Comments
 (0)