From 6cfbc3d969c472ae59013b66a1f36986b1e5e8b0 Mon Sep 17 00:00:00 2001
From: Jessica Dreyer <jessica.dreyer@stud.hs-bochum.de>
Date: Tue, 27 Jun 2023 16:48:56 +0000
Subject: [PATCH] Changed Readme

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

diff --git a/README.md b/README.md
index 4050558..52f897a 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,8 @@ 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)
+    * 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:
 * numpy
-- 
GitLab