We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccbb658 commit 2141a48Copy full SHA for 2141a48
README.md
@@ -14,7 +14,7 @@
14
A redux Thunk implementation for async action dispatch.
15
16
```
17
- applymiddleware(thunk)
+ val store = createStore(::reducer, applymiddleware(thunk))
18
19
...
20
0 commit comments