Skip to content

Commit

Permalink
Version in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
armfazh committed Mar 21, 2024
1 parent ea9db78 commit 287966a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ We recommend to install the extension using the official browser stores listed i

```sh
git clone https://github.com/cloudflare/pp-browser-extension
nvm use 16
nvm use 20
npm ci
npm run build
```
Expand All @@ -60,7 +60,7 @@ Once these steps complete, the `dist` folder will contain all files required to
### Running Tests

```sh
nvm use 16
nvm use 20
npm ci
npm test
```
Expand Down

0 comments on commit 287966a

Please sign in to comment.