We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9560a42 commit d960c79Copy full SHA for d960c79
readme.md
@@ -14,13 +14,13 @@ _status: prototype extension and CLI available for testing_
14
15
## Install Chrome extension
16
17
-Requires Chrome version 52 or higher
+Requires Chrome version 52+
18
19
[chrome.google.com/webstore/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk](https://chrome.google.com/webstore/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk)
20
21
## Install CLI
22
23
-Requires Node version 5 or higher
+Requires Node v5+ or Node v4 w/ `--harmony`
24
25
```sh
26
npm install -g GoogleChrome/lighthouse
0 commit comments