From e7d48cc19f1fe6e120515c9d0c947cb240a7bc2f Mon Sep 17 00:00:00 2001 From: yujiosaka Date: Tue, 5 Dec 2017 22:14:07 +0900 Subject: [PATCH] Update README.md for migration from npm to yarn --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec23d5ed..287b6863 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Powered by [Puppeteer](https://github.com/GoogleChrome/puppeteer), headless-chro ### Installation ``` -npm i headless-chrome-crawler +yarn add headless-chrome-crawler ``` > **Note**: headless-chrome-crawler is powered by [Puppeteer](https://github.com/GoogleChrome/puppeteer). With installation, it automatically downloads a recent version of Chromium. To skip the download, see [Environment variables](https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#environment-variables).