diff --git a/README.md b/README.md
index 041a5705add04daefd47201912845f73fb27b6b3..487b3d157b0878b9582ffd2d9cdba0bc1eef0184 100644
--- a/README.md
+++ b/README.md
@@ -10,14 +10,14 @@ docking is a system in which the user can dynamically change the layout of the a
 # Organization and licenses
 docking project is organized into maven modules.  
 Each module has its own license.
-1. <h2>dockingcore</h2>
+1. **dockingcore**
     * 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.
-1. <h2>dockinginfonode</h2>
+1. **dockinginfonode**
     * Concretization of dockingcore using [InfoNode Docking Windows](https://sourceforge.net/projects/infonode/).  
     * It is licensed under GPL V3.
-1. <h2>dockingvl</h2>
+1. **dockingvl**
     * Concretization of dockingcore using a fork of [VLDocking](https://bitbucket.org/akuhtz/vldocking/src/master/).  
     * It is licensed under GPL V3.