You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/introduction/Installation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ hide_title: true
10
10
To install the stable version:
11
11
12
12
```bash
13
-
npm install --save redux
13
+
npm install redux
14
14
```
15
15
16
16
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
28
28
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).
0 commit comments