From cf269e763ae2fd36774b897fe0f5e10478173823 Mon Sep 17 00:00:00 2001
From: tolgayurt <tolgayurt@mi.fu-berlin.de>
Date: Fri, 29 Jan 2021 17:04:21 +0000
Subject: [PATCH] Update README.md

---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 07841bf6..52e6377d 100644
--- a/README.md
+++ b/README.md
@@ -59,9 +59,8 @@ Working Concept.
 
 
 ----------------------------------------------------------------------------
-**These files are relevant and including the main logic:**  
+**Relevant Files (main logic of the software)**  
 -The implemented polygon aglortihm is in the file packing_algo.py (mysite/plots/packing_algo.py)  
 -The AVLTree structure is in the avl_tree.py (packing_polygons_pycharm/mysite/plots/avl_tree.py)  
 -The data_creator algorithm for cutting a rectangle into convex polygons are in (packing_polygons_pycharm/mysite/plots/polygon_creator.py)   
 -The analyze data are in the path (packing_polygons_pycharm/mysite/result_of_the_analyzes)
-
-- 
GitLab