Skip to content

Commit

Permalink
Update README.md for migration from npm to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
yujiosaka committed Dec 5, 2017
1 parent f7aa9dd commit e7d48cc
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 @@ -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).
Expand Down

0 comments on commit e7d48cc

Please sign in to comment.