From 81e72b5d09e3ec3b893e419942a9ffd6e65cc05a Mon Sep 17 00:00:00 2001
From: Antonio Ragagnin <antonio.ragagnin@inaf.it>
Date: Fri, 20 Dec 2024 15:19:55 +0000
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 0e1eab7..d9fa627 100644
--- a/README.md
+++ b/README.md
@@ -6,12 +6,11 @@ As part of my commitment to advancing simulation tools, I am working on a flexib
 
 Check the here the [TODO list](TODO).
 
+**TOC:**
 
 [TOC]
 
 
-
-
 # Key Features
 
 - **Modularity:**  Each module is self-contained, adhering to the [Open-Closed Principle](https://en.wikipedia.org/wiki/Open%E2%80%93closed_principle). `hotwheels` consists of C libraries wrapped in Python for high-level processing, following the successful paradigm of machine learning frameworks ([reference](https://www.mdpi.com/2078-2489/11/4/193)). Developers can focus solely on their module’s files without altering other parts of the code.
-- 
GitLab