From dd2a2f54ef0b04c555f2fe4f61b8ac5a534accec Mon Sep 17 00:00:00 2001
From: Jessica Dreyer <jessica.dreyer@stud.hs-bochum.de>
Date: Tue, 27 Jun 2023 16:49:22 +0000
Subject: [PATCH] Corrected spelling mistake

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

diff --git a/README.md b/README.md
index 52f897a..6d0afa4 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ How to run MicroPython programs on LEGO EV3:
 3. Download, install, and launch Visual Studio Code on your computer
 4. Install and activate the LEGO Education EV3 extension
 5. Connect the EV3 Brick
-    * After installing the extension, a device can be connected in Visual Studio Code (at the bottom, left)
+    * After installing the extension, a device can be connected in Visual Studio Code (at the bottom, left).
     * The LEGO EV3 Brick should be listed and can be selected in the list.
 
 The following Python-packages must be installed on the computer to run the algorithm:
-- 
GitLab