From fa31a250f8add37e607bacd0a8aa5ede1052b1c8 Mon Sep 17 00:00:00 2001
From: dgelessus <dgelessus@users.noreply.github.com>
Date: Mon, 28 Oct 2024 14:14:03 +0100
Subject: [PATCH] Reformat Markdown header syntax

---
 README.md | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 8adf229..e190640 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
-SableCC 3 - STUPS version
-===
+# SableCC 3 - STUPS version
 
 This work is based on SableCC 3.6 by Etienne Gagnon and others.
 
@@ -22,18 +21,16 @@ WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 
-License 
---- 
+## License
 
 This derived work is, like SableCC, covered by the GNU Lesser General Public License. You can view the copyright notice and the exact terms of the license in the files LICENSE, AUTHORS and COPYING-LESSER.
 
-Building
----
+## Building
 
 * Clone the repository.
 * Run the `assemble` target using Gradle (`./gradlew assemble` on Linux/macOS/etc., `gradlew.bat assemble` on Windows).
 * The binary is located in the build/libs subdirectory.
 
-Documentation
----
+## Documentation
+
 You can find complete and detailed documentation on the SableCC framework and syntax at the site http://sablecc.org/documentation.html
-- 
GitLab