Skip to content

Commit

Permalink
fix: typo and some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
huyenltnguyen committed May 17, 2024
1 parent e0d4cdc commit 42b43c5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ date: 2021-01-27 23:47:23

## Installation

`web-ext` is a node-based application. You install it with `brew` or the [nodejs](https://nodejs.org/) npm tool.
`web-ext` is a node-based application. You install it with `brew` or the [NodeJS](https://nodejs.org/) `npm` tool.

Install with `brew` using:

Expand Down Expand Up @@ -99,7 +99,7 @@ Before you start using `web-ext` locate an example extension to use—if you don

### Testing out an extension

Test an extension in Firefox by `cd`'ing into your extensions’s root directory and entering:
Test an extension in Firefox by `cd`'ing into your extension’s root directory and entering:

```shell
web-ext run
Expand Down

0 comments on commit 42b43c5

Please sign in to comment.