From 946fd1c6e48cd13b2ae64f8898b41bc32e51045e Mon Sep 17 00:00:00 2001 From: ElektricM Date: Fri, 21 Jul 2023 19:19:08 +0200 Subject: [PATCH] updated the README.md file --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b6c47ae..b4b4681 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,18 @@ To set up the project, follow these steps: Make sure you have Node.js and npm (Node Package Manager) installed on your system. Then, install the project dependencies by running in the project folder: - ```npm install + ```bash + npm install 3. **Start the server:** - ```npm start + ```bash + npm start + or - ```node server.js + + ```bash + node server.js 4. **Open the application in your browser:**