This commit is contained in:
Robert James Gabriel 2017-07-04 15:13:03 +01:00 коммит произвёл GitHub
Родитель 6eba491eb1
Коммит 35f4bf0567
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2,7 +2,7 @@
Crawl a website and run it through Google lighthouse
```
npm install --save lightcrawler
npm install --save-dev lightcrawler
lightcrawler --url https://atom.io/ --config lightcrawler-config.json
```