Skip to content

Commit 879c115

Browse files
Dima Krutolianovzalmoxisus
authored andcommitted
[docs] Suggest to install lib as prod dependency (#689)
Code of package runs in production, thus we should install it with --save, not with --save-dev fixes #681
1 parent 48219fe commit 879c115

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
@@ -95,7 +95,7 @@ const store = createStore(reducer, enhancer);
9595

9696
To make things easier, there's an npm package to install:
9797
```
98-
npm install --save-dev redux-devtools-extension
98+
npm install --save redux-devtools-extension
9999
```
100100
and to use like so:
101101
```js

0 commit comments

Comments
 (0)