updated readme

This commit is contained in:
ElektricM 2023-07-21 19:22:41 +02:00
commit 93bacdc100

View file

@ -19,6 +19,7 @@ To set up the project, follow these steps:
```bash ```bash
npm install npm install
``` ```
3. **Start the server:** 3. **Start the server:**
```bash ```bash
@ -26,7 +27,7 @@ To set up the project, follow these steps:
``` ```
or or
```bash ```bash
node server.js node server.js
``` ```