Skip to content

Commit cf1ba4d

Browse files
committed
README
1 parent 172a440 commit cf1ba4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
5959
* Installing Node.js using NVM, a version manager that allows us to switch between different versions of Node.js easily.
6060

6161
```sh
62-
nvm install 20
62+
nvm install 24
6363
```
6464

6565
### 4. pm2 installation
@@ -81,7 +81,7 @@ Go to the project directory and install all dependencies.
8181
>
8282
8383
```sh
84-
cd whatsapp-api-v2
84+
cd whatsapp-api
8585

8686
npm install
8787
# or

0 commit comments

Comments
 (0)