From ac9de5a395f089aeff84246fe709944d34f7fad0 Mon Sep 17 00:00:00 2001
From: Jessica Dreyer <jessica.dreyer@stud.hs-bochum.de>
Date: Thu, 29 Jun 2023 19:37:15 +0000
Subject: [PATCH] Corrected spelling mistakes

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

diff --git a/README.md b/README.md
index de733ba..01a0293 100644
--- a/README.md
+++ b/README.md
@@ -42,10 +42,10 @@ Important notes regarding the robot:
 * Connect the EV3 robot to the same network as your executing device.
 
 The following adjustments might be necessary, before the algorithm is executable:
-* change ip-address in Lokalisierung_LEGO/main.py to the ip-address of the executing device
-* insert the sections of the race track in localization.py (get_set_of_section_*())
+* Change the ip-address in Lokalisierung_LEGO/main.py to the ip-address of the executing device.
+* Insert the sections of the race track in localization.py (get_set_of_section_*()).
 	* structure of a section: [name, section_type, previous_sections_type]
-* if the track plotter is used, insert a set of track parts in the file grafic (get_set_of_trackparts_*()).
+* If the track plotter is used, insert a set of track parts in the file grafic (get_set_of_trackparts_*()).
     * structure of a section: [URL, name, start position(x,y), start orientation]
     * Images of the race tracks are not included in this git. If interested, please contact the authors.
 
-- 
GitLab