From 97ca557b2c331741729af7e3691b185ec5c813e6 Mon Sep 17 00:00:00 2001 From: Bao D Date: Thu, 14 Jun 2018 07:25:58 +1000 Subject: [PATCH] docs: install v3 by next tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5a1215..f330bc1 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This README is for version 3.x. To see version 2.x, visit https://github.com/joy ## Installation ```bash -$ npm install lighthouse-lambda@3.0.0-rc.1 --save +$ npm install lighthouse-lambda@next --save ``` The postinstall script of `lighthouse-lambda` will download a Headless Chrome binary if it does not already exist. The binary is from [joytocode/headless-chrome-builder](https://github.com/joytocode/headless-chrome-builder) and is tested to make sure it works with Lighthouse.