Skip to content
This repository was archived by the owner on Mar 14, 2020. It is now read-only.

Commit 4533653

Browse files
committed
docs: add tag to install command
1 parent 4da14cb commit 4533653

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
Run [Google Chrome Lighthouse](https://github.com/GoogleChrome/lighthouse) on [AWS Lambda](https://aws.amazon.com/lambda/).
33

44
## Versions
5-
Since 2.x, `lighthouse-lambda` has the same major version of [lighthouse](https://www.npmjs.com/package/lighthouse). For example, `lighthouse-lambda` 2.x will use `lighthouse` 2.x.
5+
Since version 2.x, `lighthouse-lambda` has the same major version of [lighthouse](https://www.npmjs.com/package/lighthouse). For example, `lighthouse-lambda` 2.x will use `lighthouse` 2.x.
66

7-
This README is for version 2.x. To see version 3.x, visit https://github.com/joytocode/lighthouse-lambda/tree/v3.
7+
This README is for version 2.x. To see latest version, visit https://github.com/joytocode/lighthouse-lambda.
88

99
## Installation
1010

1111
```bash
12-
$ npm install lighthouse-lambda --save
12+
$ npm install lighthouse-lambda@archived-v2 --save
1313
```
1414

1515
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.

0 commit comments

Comments
 (0)