Skip to content

Commit 6ad2b55

Browse files
stevemosertimdorr
authored andcommitted
Remove --save option as it isn't required anymore (#1193)
1 parent fac9ad1 commit 6ad2b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/introduction/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ React Redux 6.x requires **React 16.4 or later.**
1616
To use React Redux with your React app:
1717

1818
```bash
19-
npm install --save react-redux
19+
npm install react-redux
2020
```
2121

2222
or

0 commit comments

Comments
 (0)