Skip to content

Commit ffbc13e

Browse files
committed
docs: update readme and example
1 parent d0521d6 commit ffbc13e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ A Netlify plugin to generate a lighthouse report for every deploy
77
This plugin can be included via npm. Install it as a dependency with the following command:
88

99
```bash
10-
npm install --save netlify-plugin-lighthouse
10+
npm install --save "@netlify/plugin-lighthouse"
1111
```
1212

1313
To use a build plugin, create a `plugins` in your `netlify.toml` like so:
1414

1515
```toml
1616
[[plugins]]
17-
package = "netlify-plugin-lighthouse"
17+
package = "@netlify/plugin-lighthouse"
1818
[plugins.inputs]
1919
# optional, defaults to scanning the current built version of the site
2020
audit_url = 'https://www.my-custom-site.com'

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
YARN_VERSION = "1.22.4"
88

99
[[plugins]]
10-
package = "./index.js"
10+
package = "./src/index.js"
1111
[plugins.inputs.thresholds]
1212
performance = 0.9
1313
accessibility = 0.9

0 commit comments

Comments
 (0)