diff --git a/dependency-check-cli/src/site/markdown/installation.md.vm b/dependency-check-cli/src/site/markdown/installation.md.vm
index 32497e8ca..8e50a142b 100644
--- a/dependency-check-cli/src/site/markdown/installation.md.vm
+++ b/dependency-check-cli/src/site/markdown/installation.md.vm
@@ -9,15 +9,15 @@ script executable:
To scan a folder on the system you can run:
-### Windows
+
Windows
dependency-check.bat --app "My App Name" --scan "c:\java\application\lib"
-### \*nix
+\*nix
dependency-check.sh --app "My App Name" --scan "/java/application/lib"
To view the command line arguments, see the arguments page, or you can run:
-### Windows
+Windows
dependency-check.bat --help
-### \*nix
+\*nix
dependency-check.sh --help
\ No newline at end of file
diff --git a/dependency-check-maven/src/site/markdown/usage.md.vm b/dependency-check-maven/src/site/markdown/usage.md.vm
index a31282338..68220d59f 100644
--- a/dependency-check-maven/src/site/markdown/usage.md.vm
+++ b/dependency-check-maven/src/site/markdown/usage.md.vm
@@ -10,7 +10,7 @@ Vulnerability Database (NVD) hosted by NIST: https://nvd.nist.gov
After the first batch download, as long as the plugin is executed at least once every
seven days the update will only take a few seconds.
-### Create the DependencyCheck-report.html in the target directory
+Create the DependencyCheck-report.html in the target directory
```xml
@@ -37,7 +37,7 @@ seven days the update will only take a few seconds.
```
-### Create the DependencyCheck-report.html and fail the build for CVSS greater then 8
+Create the DependencyCheck-report.html and fail the build for CVSS greater then 8
```xml
@@ -67,7 +67,7 @@ seven days the update will only take a few seconds.
```
-### Create the dependency-check report within the site
+Create the dependency-check report within the site
```xml