From c18e072d5ed626bdc69fa25a359439ff6d13dd14 Mon Sep 17 00:00:00 2001 From: ElektricM Date: Fri, 21 Jul 2023 19:21:39 +0200 Subject: [PATCH] updated the README.md file --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4b4681..3df1880 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ To set up the project, follow these steps: ```bash git clone https://github.com/elektricm/collaborative-pixel-art.git + ``` 2. **Install Dependencies:** @@ -17,16 +18,18 @@ To set up the project, follow these steps: ```bash npm install - + ``` 3. **Start the server:** ```bash npm start - + ``` + or ```bash node server.js + ``` 4. **Open the application in your browser:**