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
`web-ext` is a Node-based application. You install it with `brew` or the [NodeJS](https://nodejs.org/)`npm` tool.
61
+
`web-ext` is a Node-based application. You install it with `brew` or the [Node.js](https://nodejs.org/)`npm` tool.
62
62
63
63
Install with `brew` using:
64
64
@@ -72,7 +72,7 @@ Install with `npm` using:
72
72
npm install --global web-ext
73
73
```
74
74
75
-
`web-ext` requires the current [LTS](https://github.com/nodejs/Release#release-schedule) (long-term support) versions of [NodeJS](https://nodejs.org/).
75
+
`web-ext` requires the current [LTS](https://github.com/nodejs/Release#release-schedule) (long-term support) versions of [Node.js](https://nodejs.org/).
76
76
77
77
To test whether the installation worked, in a new terminal window, run this command to display the `web-ext` version number:
78
78
@@ -220,7 +220,7 @@ Extension reloading is only supported in Firefox 49 or higher.
220
220
221
221
### Test in different versions of Firefox
222
222
223
-
To run your extension in a version of [Firefox Desktop](https://www.mozilla.org/firefox/) other than the default, use the `--firefox` option to specify a full path to the binary file. Here is an example for Mac OS:
223
+
To run your extension in a version of [Firefox Desktop](https://www.mozilla.org/firefox/) other than the default, use the `--firefox` option to specify a full path to the binary file. Here is an example for macOS:
224
224
225
225
```shell
226
226
web-ext run --firefox=/Applications/FirefoxNightly.app/Contents/MacOS/firefox-bin
@@ -693,7 +693,7 @@ Your extension can detect whether it was installed using `web-ext run`, rather t
693
693
694
694
### Use web-ext from a script
695
695
696
-
You can use `web-ext` as a `NodeJS module`. Here is [more information](https://github.com/mozilla/web-ext#using-web-ext-in-nodejs-code), with example code.
696
+
You can use `web-ext` as a `Node.js module`. Here is [more information](https://github.com/mozilla/web-ext#using-web-ext-in-nodejs-code), with example code.
0 commit comments