From f2919a9d55c11cfee0cff24dd9fde0cf880b2efa Mon Sep 17 00:00:00 2001
From: GIRARDOT Raphael <raphael.girardot@synchrotron-soleil.fr>
Date: Mon, 25 Mar 2024 10:31:41 +0100
Subject: [PATCH] readme file updated

---
 README.md | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 78d4c9d..8ee27b5 100644
--- a/README.md
+++ b/README.md
@@ -11,13 +11,16 @@ docking is a system in which the user can dynamically change the layout of the a
 docking project is organized into maven modules.  
 Each module has its own license.
 * <h2>dockingcore</h2>
-    * dockingcore is the module that describes eveything needed to do some docking in your application.  
-        It proposes some interfaces and abstract classes, the implementation/concretization of which is done in other modules.  
-        This way, it gives some common way to manage docking without knowning the implementation library.
-    * It is licensed under LGPL V3.
+    dockingcore is the module that describes eveything needed to do some docking in your application.  
+    It proposes some interfaces and abstract classes, the implementation/concretization of which is done in other modules.  
+    This way, it gives some common way to manage docking without knowning the implementation library.
+
+    It is licensed under LGPL V3.
 * <h2>dockinginfonode</h2>
-    * Concretization of dockingcore using [InfoNode Docking Windows](https://sourceforge.net/projects/infonode/).
-    * It is licensed under GPL V3.
+    Concretization of dockingcore using [InfoNode Docking Windows](https://sourceforge.net/projects/infonode/).
+
+    It is licensed under GPL V3.
 * <h2>dockingvl</h2>
-    * Concretization of dockingcore using a fork of [VLDocking](https://bitbucket.org/akuhtz/vldocking/src/master/).
-    * It is licensed under GPL V3.
+    Concretization of dockingcore using a fork of [VLDocking](https://bitbucket.org/akuhtz/vldocking/src/master/).
+
+    It is licensed under GPL V3.
-- 
GitLab