From b7c62f3fe85b57b118343e527f425b6f7a9c6fc6 Mon Sep 17 00:00:00 2001
From: Nam Nguyen <nam.nguyen@rwth-aachen.de>
Date: Wed, 21 May 2025 14:43:20 +0200
Subject: [PATCH] Fix typo in README

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

diff --git a/README.md b/README.md
index 69366de..32227f4 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,7 @@
 Run the following in command line to test mesh size and time step convergence for P1 and BDF1 of RSHMHF FE
 ```console
 foo@bar:~$ python3 -m Tests.conv_RSHMHF_FE
+```
 
 Run the following in command line to test mesh size and time step convergence for P1 and BDF1 of PPFEM and TFEM of HMHF FE on unit disk in dimension 2
 ```console
-- 
GitLab