From a420cd81dce02785a3564fb66aaa6e17bb6bff88 Mon Sep 17 00:00:00 2001
From: Martin Wighus Holtmon <martinwh@stud.ntnu.no>
Date: Mon, 1 Nov 2021 21:28:15 +0000
Subject: [PATCH] Update README.md

---
 README.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 85a04e6..858de5e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Prog2053 - Project
 
-### How to setup project
+## How to setup project
 1. Clone the project
 2. Open into the project directory that you want to work on, e.g.: projectFirstPart, projectSecondPart etc...
 3. Open a terminal window at that directory: 
@@ -11,6 +11,4 @@
    - Run the webserver: `node webServer.js`
    - How to build and run the website: 
      - On linux/mac you could run this one-liner to build and run the website: `node webServer.js && npn run build:w`
-     - On Windows, the simplest way is to open two terminal windows for each command. (You could also run the start.bat file in each the directory)
-
-     
+     - On Windows, the simplest way is to open two terminal windows for each command. (You could also run the start.bat file in each of the project directories)
-- 
GitLab