diff --git a/README.md b/README.md index c161a92..7482959 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ Lighthouse (default: /home/chrome/reports) -w, --html Renders HTML reports alongside JSON reports -l, --lighthouse_params Optional parameters to pass to lighthouse + (https://github.com/GoogleChrome/lighthouse/#cli-options) (example: "--quiet --perf") Puppeteer @@ -119,7 +120,7 @@ For puppeteer, all params must be added in the `_unknown` entry and are prefixed `verbose` is an array of true, the more `true` the more talkative the application. -Lighthouse params can be added respecting [their documentation](https://github.com/GoogleChrome/lighthouse/tree/master/docs) +Lighthouse params can be added respecting [their documentation](https://github.com/GoogleChrome/lighthouse/#cli-options) ### API diff --git a/bin/lighthouse-puppeteer.js b/bin/lighthouse-puppeteer.js index 6e8e255..35a415c 100755 --- a/bin/lighthouse-puppeteer.js +++ b/bin/lighthouse-puppeteer.js @@ -40,7 +40,7 @@ const optionDefinitions = [ name: 'lighthouse_params', alias: 'l', description: 'Optional parameters to pass to lighthouse' + - '\n(https://github.com/GoogleChrome/lighthouse/tree/master/docs)', + '\n(https://github.com/GoogleChrome/lighthouse/#cli-options)', '\n([italic]{example}: "--quiet --perf")', group: 'lighthouse' }, diff --git a/package.json b/package.json index dd488fd..b34734e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "google-lighthouse-puppeteer", - "version": "0.3.1", + "version": "0.3.2", "description": "Google Lighthouse Puppeteer is a package to generate reports on multiple urls that allows or not authentication", "main": "lighthouse-puppeteer.js", "scripts": {