docs(README): Correcting Chrome dependency size (#1946)

This patch corrects chromium binary size in README.md.
This commit is contained in:
Olivier Tille 2018-02-08 00:01:40 +01:00 committed by Andrey Lushnikov
parent cde6d6c4d0
commit 18a1fb9385

View File

@ -36,7 +36,7 @@ npm i --save puppeteer
# or "yarn add puppeteer"
```
Note: When you install Puppeteer, it downloads a recent version of Chromium (~71Mb Mac, ~90Mb Linux, ~110Mb Win) that is guaranteed to work with the API. To skip the download, see [Environment variables](https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#environment-variables).
Note: When you install Puppeteer, it downloads a recent version of Chromium (~170Mb Mac, ~282Mb Linux, ~280Mb Win) that is guaranteed to work with the API. To skip the download, see [Environment variables](https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#environment-variables).
### Usage