Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit f92d4b1

Browse files
pvsmounishfacebook-github-bot
authored andcommitted
docs: remove --save flag (#2008)
Summary: --save is no longer needed. Pull Request resolved: #2008 Differential Revision: D15239571 Pulled By: claudiopro fbshipit-source-id: 78227dc4d3748ea64d769198a0dd9886f5e30b0c
1 parent 8514b57 commit f92d4b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ Draft.js was introduced at [React.js Conf](https://conf2016.reactjs.org/schedule
1717
Draft.js is distributed via npm. It depends on React and React DOM which must also be installed.
1818

1919
```sh
20-
npm install --save draft-js react react-dom
20+
npm install draft-js react react-dom
2121
# or alternately
2222
yarn add draft-js react react-dom
2323
```
2424

2525
Draft.js uses some modern ecmascript features which are not available to IE11 and not part of create-react-app's default babel config. If you're running into problems out-of-the-box try installing a shim or polyfill alongside Draft.
2626

2727
```sh
28-
npm install --save draft-js react react-dom babel-polyfill
28+
npm install draft-js react react-dom babel-polyfill
2929
# or
3030
yarn add draft-js react react-dom es6-shim
3131
```

0 commit comments

Comments
 (0)