docs(README): Removed --save flag for npm install (#2302)

NPM 5+ --save is default to true.
This commit is contained in:
Shayne Hartford 2018-04-03 13:26:21 -04:00 committed by Andrey Lushnikov
parent dde45faaeb
commit f51a315911

View File

@ -32,7 +32,7 @@ Give it a spin: https://try-puppeteer.appspot.com/
To use Puppeteer in your project, run:
```bash
npm i --save puppeteer
npm i puppeteer
# or "yarn add puppeteer"
```