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

Commit 9e92844

Browse files
authored
docs: update README for v2 (#18)
* docs: update README for v2 * chore: bump version
1 parent 302f1de commit 9e92844

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
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. For example, lighthouse-lambda 2.x will use lighthouse 2.x.
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.
66

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lighthouse-lambda",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Run Google Chrome Lighthouse on AWS Lambda.",
55
"engines": {
66
"node": "8.10.x"

0 commit comments

Comments
 (0)