From f29b50197fff0693a09f0334aa5f2d4afd45e918 Mon Sep 17 00:00:00 2001
From: Riccardo Maria Bianchi <riccardo.maria.bianchi@cern.ch>
Date: Fri, 11 Dec 2020 17:13:44 +0100
Subject: [PATCH] fix README indendantion

---
 README.md | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index fe2bc139e..7b27d0a09 100644
--- a/README.md
+++ b/README.md
@@ -44,16 +44,17 @@ On request, additional packages, libraries, and tools can be built:
   - GeoModel2G4
 - FullSimLight
 
-!!! note
+**Note:**
 
-    Some of the optional packages bring in additional dependencies, for example libraries to handle 3D graphics and Geant4 for standalone detector simulations.
-    In particular, these are the additional dependencies and the packages that bring them:
+Some of the optional packages bring in additional dependencies, for example libraries to handle 3D graphics and Geant4 for standalone detector simulations.
 
-    - GeoModelTools: Xerces-C, nlohmann_json
-    - GeoModelVisualization: Qt5, Coin3D, SoQt, nlohmann_json
-    - Examples about the classes handling the GeoModel->Geant4 translation: Geant4
-    - GeoModelG4: Geant4
-    - FullSimLight: Geant4
+In particular, these are the additional dependencies and the packages that bring them:
+
+- GeoModelTools: Xerces-C, nlohmann_json
+- GeoModelVisualization: Qt5, Coin3D, SoQt, nlohmann_json
+- Examples about the classes handling the GeoModel->Geant4 translation: Geant4
+- GeoModelG4: Geant4
+- FullSimLight: Geant4
 
 
 ### Build
-- 
GitLab