Skip to content

Commit

Permalink
docs(README): Correcting Chrome dependency size (puppeteer#1946)
Browse files Browse the repository at this point in the history
This patch corrects chromium binary size in README.md.
  • Loading branch information
oliviernt authored and aslushnikov committed Feb 7, 2018
1 parent cde6d6c commit 18a1fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 18a1fb9

Please sign in to comment.