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

Commit 0cb310b

Browse files
committed
docs: remove tag in install command
1 parent 3e729c2 commit 0cb310b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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` 3.x will use `lighthouse` 3.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` 3.x will use `lighthouse` 3.x.
66

77
This README is for version 3.x. To see older versions, visit:
88

@@ -11,7 +11,7 @@ This README is for version 3.x. To see older versions, visit:
1111
## Installation
1212

1313
```bash
14-
$ npm install lighthouse-lambda@next --save
14+
$ npm install lighthouse-lambda --save
1515
```
1616

1717
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)