diff --git a/ReadMe.md b/ReadMe.md
index 5a263551f520ffb95380f447d4e19436571deed0..17e39d6baddf1d0e4d15223c6617adcbbebd3214 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -28,7 +28,6 @@ Execute the *new_project.sh* script with the following parameters:
 * **-p <project description>**: this parameter is required. It provides a short description of the project. This parameter will appear in all the associated documentation. For multi-word values, use the double quote.
 
 * **-n <project name>**: this parameter is required. It specifies the name of the shared library or the binary file to be generate by the project. **This parameter must not have any whitespace characters**.
-## Disclaimer  
 
 * **-i <comma separated dependencies>**: this parameter is optional. It specifies a set of dependencies of the library or application being generated. These depedencies will be automatically included inside the CMake structure. Only dependencies supported by the CMake framework are currently supported.