From 2432d39a89dbad5a7c26cbff03588e4fd7051a0e Mon Sep 17 00:00:00 2001
From: Enrico Magliano <enrico.magliano@polito.it>
Date: Fri, 4 Oct 2024 09:48:26 +0000
Subject: [PATCH] Update Ex3_GDB/README.md

---
 Ex3_GDB/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Ex3_GDB/README.md b/Ex3_GDB/README.md
index d247c4a..b257684 100644
--- a/Ex3_GDB/README.md
+++ b/Ex3_GDB/README.md
@@ -10,8 +10,8 @@ To install GDB for ARM, run the following command:
 sudo apt install gdb-multiarch
 ```
 
-### - On this repository, you will find different folders with the source code that you have seen in
-class. Let's start by debugging the code in the `exercise1` folder. 
+### - On this repository, you will find different folders with the source code that you have seen in class
+Let's start by debugging the code in the `exercise1` folder. 
 To compile the code, you need to include the `-g` flag to generate debugging information. This is
 required for GDB, to be able to display the source code and set breakpoints.
 ```bash
-- 
GitLab