Skip to content

Commit 1a3dcd1

Browse files
stevemosertimdorr
authored andcommitted
Remove --save option as it isn't required anymore (#3357)
https://stackoverflow.com/a/19578808/142358
1 parent d53364c commit 1a3dcd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/introduction/Installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ hide_title: true
1010
To install the stable version:
1111

1212
```bash
13-
npm install --save redux
13+
npm install redux
1414
```
1515

1616
This assumes you are using [npm](https://www.npmjs.com/) as your package manager.
@@ -28,7 +28,7 @@ The Redux source code is written in ES2015 but we precompile both CommonJS and U
2828
Most likely, you'll also need [the React bindings](https://github.com/reduxjs/react-redux) and [the developer tools](https://github.com/reduxjs/redux-devtools).
2929

3030
```bash
31-
npm install --save react-redux
31+
npm install react-redux
3232
npm install --save-dev redux-devtools
3333
```
3434

0 commit comments

Comments
 (0)