From a3729a25dd0e0f62eab6fb32d71cadeaf5860309 Mon Sep 17 00:00:00 2001
From: DESFRENE Gabriel <gabriel.desfrene@irisa.fr>
Date: Mon, 12 Aug 2024 23:31:00 +0200
Subject: [PATCH] Update README.md

(cherry picked from commit 730df7297ef48e1516a2410557338b4409ad7abe)

Co-authored-by: DESFRENE Gabriel <gabriel.desfrene@irisa.fr>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c5f7dbe..5ad0f48 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ Two simulations are available to test the processor:
 - A high-level simulation with _cuttlesim_. The following commands are available:
     - `make cuttlesim` to build the processor simulator,
     - `make cuttlesim-trace` to build a processor simulator with debug output on stdout,
-    - `make cuttlesim-trace` build a processor simulator that you can debug with `gdb`,
+    - `make cuttlesim-debug` build a processor simulator that you can debug with `gdb`,
     - `make cuttlesim-tests` to run all the tests on the simulator.
 
     You can use the following command to simulate on test programs:
-- 
GitLab