You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
# plugin-js
1
+
# plugin-javascript
2
2
Javascript plugin for sitespeed.io
3
3
4
4
## Overview
5
5
6
-
The `plugin-js` is a plugin for [sitespeed.io](https://www.sitespeed.io/) that helps identify and log "Javascript" (JS) errors during web testing. It integrates with sitespeed.io to provide detailed information about JS errors.
6
+
The `plugin-javascript` is a plugin for [sitespeed.io](https://www.sitespeed.io/) that helps identify and log "Javascript" (JS) errors during web testing. It integrates with sitespeed.io to provide detailed information about JS errors.
7
7
8
8
## Features
9
9
@@ -13,7 +13,7 @@ The `plugin-js` is a plugin for [sitespeed.io](https://www.sitespeed.io/) that h
13
13
To install the plugin, run the following command:
14
14
15
15
```sh
16
-
npm install plugin-js
16
+
npm install plugin-javascript
17
17
```
18
18
19
19
## Usage
@@ -27,7 +27,7 @@ Add the plugin to your sitespeed.io configuration file:
27
27
```json
28
28
{
29
29
"plugins": {
30
-
"plugin-js": {
30
+
"plugin-javascript": {
31
31
"enabled": true
32
32
}
33
33
}
@@ -39,15 +39,15 @@ Add the plugin to your sitespeed.io configuration file:
39
39
You can also enable the plugin via the command line:
40
40
41
41
```sh
42
-
sitespeed.io --plugins.add plugin-js
42
+
sitespeed.io --plugins.add plugin-javascript
43
43
```
44
44
45
45
## Example
46
46
47
47
Here is an example of how to use the plugin with sitespeed.io:
0 commit comments