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 e5d15f5 commit dc5fc22Copy full SHA for dc5fc22
README.md
@@ -8,7 +8,7 @@ Thunk [middleware](https://redux.js.org/advanced/middleware) for Redux.
8
[](https://www.npmjs.com/package/redux-thunk)
9
10
```js
11
-npm install --save redux-thunk
+npm install redux-thunk
12
```
13
14
## Note on 2.x Update
@@ -102,7 +102,7 @@ The term [originated](https://en.wikipedia.org/wiki/Thunk#cite_note-1) as a humo
102
## Installation
103
104
105
106
107
108
Then, to enable Redux Thunk, use [`applyMiddleware()`](https://redux.js.org/api-reference/applymiddleware):
0 commit comments