From 18a1fb9385fdf3eed3cdb6af657313326cf427b6 Mon Sep 17 00:00:00 2001 From: Olivier Tille Date: Thu, 8 Feb 2018 00:01:40 +0100 Subject: [PATCH] docs(README): Correcting Chrome dependency size (#1946) This patch corrects chromium binary size in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d931949376..cd31f95c964 100644 --- a/README.md +++ b/README.md @@ -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