From 26bec3d9cfe17ae5befba3a212370d4bbf7942f3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sofia=20Simone=20H=C3=A5brekke?= <sofiash@stud.ntnu.no>
Date: Wed, 22 May 2024 09:12:47 +0200
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 3081da4..5f15b4f 100644
--- a/README.md
+++ b/README.md
@@ -18,15 +18,11 @@ https://gitlab.stud.idi.ntnu.no/idatt2003.2024.group25/chaosgames
 
 ## To run the project: 
 - Open the project in your IDE (ex. IntelliJ or Visual Studio Code)
-- In the terminal write the command: 
-
-    mvn javafx:run
+- In the terminal write the command: mvn javafx:run
 
 ## To run the tests: 
 - Open the project in your IDE (ex. IntelliJ or Visual Studio Code)
-- In the terminal write the command: 
-
-    mvn test 
+- In the terminal write the command: mvn test 
 
 ## Project Structure
 ### src: the package contaning the source code of the implementation. 
-- 
GitLab