Skip to content

Commit

Permalink
Update the documentation [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Jan 26, 2024
1 parent 91ed041 commit 250cc15
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@
Before installing **Which for JS**, you need to make sure you have [Node.js](https://nodejs.org)
and [npm](https://www.npmjs.com), the Node.js package manager, up and running.

You can verify if you're already good to go with the following commands:
You can verify if you're already good to go with the following command:

```shell
node --version
# v21.6.0

npm --version
# 10.2.4
# v21.6.1
```

## Installing with npm package manager
Expand Down

0 comments on commit 250cc15

Please sign in to comment.