From a12a7f5eea1e395584a2492c6fa0449e5a01a95b Mon Sep 17 00:00:00 2001
From: s224389 <s224389@student.dtu.dk>
Date: Mon, 20 Jan 2025 19:31:58 +0100
Subject: [PATCH] Updated readme

---
 README.md | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/README.md b/README.md
index 32c0fdc..f40c7bc 100644
--- a/README.md
+++ b/README.md
@@ -29,21 +29,21 @@ To open the program type out `pt2d` in a terminal. The GUI looks the following:
 The functionality of the program extends to the following:
 
 * Main window:S
-* Start/end point of the path
-* Add new points (left click)
-* Drag points (hold left click on point and drag)S
-* Drag image (hold left click and drag)
-* Remove points (right click on point)
-* Zoom (mouse wheel)
-* Export as `.csv` file
+    * Start/end point of the path
+    * Add new points (left click)
+    * Drag points (hold left click on point and drag)S
+    * Drag image (hold left click and drag)
+    * Remove points (right click on point)
+    * Zoom (mouse wheel)
+    * Export as `.csv` file
 * Advanced window:
-* Rainbow toggle (displays a color gradient showing the order of points)
-* Calibration of filter
-* Resize dot (mouse wheel on dot)
-* Line smoothing
-* Contrast
-* Displays contrasted blurred image
-* Displays cost image
+    * Rainbow toggle (displays a color gradient showing the order of points)
+    * Calibration of filter
+    * Resize dot (mouse wheel on dot)
+    * Line smoothing
+    * Contrast
+    * Displays contrasted blurred image
+    * Displays cost image
 
 ### Methodology
 
-- 
GitLab