docs(readme.md): Added yarn guide also to puppeteer-core (#3227)

This commit is contained in:
Elias Ojala 2018-09-11 14:19:13 +03:00 committed by Andrey Lushnikov
parent 6581ee974c
commit 56b3bd809e

View File

@ -47,6 +47,7 @@ a version of Puppeteer that doesn't download Chromium by default.
```bash
npm i puppeteer-core
# or "yarn add puppeteer-core"
```
`puppeteer-core` is intended to be a lightweight version of puppeteer for launching an existing browser installation or for connecting to a remote one.