Skip to content

Commit

Permalink
fix: typo and some formatting (#1859)
Browse files Browse the repository at this point in the history
  • Loading branch information
huyenltnguyen committed May 20, 2024
1 parent e0d4cdc commit eea7dec
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ contributors:
arai,
tofumatt,
chrisdavidmills,
ankushduacodes
ankushduacodes,
huyenltnguyen
]
last_updated_by: ankushduacodes
date: 2021-01-27 23:47:23
last_updated_by: huyenltnguyen
date: 2024-05-17
---

<!-- Page Hero Banner -->
Expand Down Expand Up @@ -53,7 +54,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 +100,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 eea7dec

Please sign in to comment.