diff --git a/README.md b/README.md
index c217e932b2b135e53b6d862c135a547525fb5647..c39950a1c93aeba3f083c8beb39af177f1824d6a 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ For example, the main repo we are going to use is `msa-toolkit`. This repo has a
 
 > [!WARNING]
 > When working on main repo msa-toolkit be sure on what branch/commit is your submodule checked out. Data and results may be different on simulation if submodule is not updated to latest version!
-
+>
 
 ## Submodule architecture
 
@@ -23,8 +23,10 @@ The submodule is divided into four main folders:
     mission.name = '2025_Orion_Portugal_October';
     ```
   * **settings**: this folder only contains `odeConfig.m`, which contains ODE settings.
+  
 >[!CAUTION]
 > Don't touch `odeConfig.m` if you don't know what you're doing, from this configuration file depend ode-based script, such ad ballistic.m, and so all the toolkits!.
+>
 
 Inside the mission folder, you can find all the missions and their data and configurations file. Each folder has the name of the mission in a specific format/order. This format is the one you have to use when speficing the mission in `missionConfig.m`.