Skip to content

Commit

Permalink
docs: update required chrome version
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Jun 4, 2018
1 parent c9749e1 commit 9b950b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lighthouse-cli/cli-flags.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function getFlags(manualArgv) {
'preset': 'Use a built-in configuration.',
'chrome-flags':
`Custom flags to pass to Chrome (space-delimited). For a full list of flags, see http://bit.ly/chrome-flags
Additionally, use the CHROME_PATH environment variable to use a specific Chrome binary. Requires Chromium version 54.0 or later. If omitted, any detected Chrome Canary or Chrome stable will be used.`,
Additionally, use the CHROME_PATH environment variable to use a specific Chrome binary. Requires Chromium version 66.0 or later. If omitted, any detected Chrome Canary or Chrome stable will be used.`,
'hostname': 'The hostname to use for the debugging protocol.',
'port': 'The port to use for the debugging protocol. Use 0 for a random port',
'max-wait-for-load':
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Configuration:

Environment variables:
CHROME_PATH: Explicit path of intended Chrome binary. If set must point to an executable of a build of
Chromium version 54.0 or later. By default, any detected Chrome Canary or Chrome (stable) will be launched.
Chromium version 65.0 or later. By default, any detected Chrome Canary or Chrome (stable) will be launched.
[default: ""]
--port The port to use for the debugging protocol. Use 0 for a random port [default: 0]

This comment has been minimized.

Copy link
@ROUSS59

ROUSS59 Jun 8, 2018

Thanks

--preset Use a built-in configuration. [choices: "full", "perf", "mixed-content"]
Expand Down

1 comment on commit 9b950b1

@ROUSS59
Copy link

@ROUSS59 ROUSS59 commented on 9b950b1 Jun 8, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Veo si ahora me deja cargar la página. Ahora si va perfecto gracias a todos un placer.

Please sign in to comment.