From 6c3a6aade156a34b722594eae07e07515bf56c19 Mon Sep 17 00:00:00 2001
From: Karakas <22kaen1bdi@hft-stuttgart.de>
Date: Tue, 11 Jun 2024 16:11:51 +0000
Subject: [PATCH] Update README.md

---
 README.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 4f7c753..f2a6e9d 100644
--- a/README.md
+++ b/README.md
@@ -24,17 +24,17 @@
    4. Confirm with ```npm -v```. The result should look similar to ```10.7.0```
 
 ## How to start this application
-
-1. Open up a terminal
-2. Type: ./mvnw spring-boot:run
-3. Open up another terminal
-4. Type: cd frontend
-5. If running for the first time
+1. Open up project in VSCode
+2. Open up a terminal
+3. Type: ```./mvnw spring-boot:run```
+4. Open up another terminal
+5. Type: ```cd frontend```
+6. If running for the first time
    Type: npm install
-6. Type: npm run start (dev) / npm run build (production)
+7. Type: ```npm run start``` (for dev) / ```npm run build``` (for production)
 
 ## How to stop this application
 
 1. Go to both Terminals
-2. Press Ctrl + C
-3. Type: j
+2. Press ```Ctrl + C```
+3. Type: ```j```
-- 
GitLab