From 432736f3a607a43b72b37fcbba5c859021a5e2f2 Mon Sep 17 00:00:00 2001
From: Marek Rychlik <rychlik@arizona.edu>
Date: Thu, 3 Oct 2024 15:52:17 -0700
Subject: [PATCH] *** empty log message ***

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

diff --git a/README.md b/README.md
index d618481..6f0bea9 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,8 @@ Install the following VSCode extensions:
 * Makefile Tools (for Makefile support).
 * CodeLLDB (or C/C++ Extension Pack) for GDB-based debugging support.
 
-Also, modify the paths to GCC and GDB in the file [launch.json](.vscode/launch.json).
+Also, modify the paths to GCC and GDB in the file
+[launch.json](.vscode/launch.json).
 
 
 Disclaimer