diff --git a/README.md b/README.md
index 8c6ed7c..1fd6d33 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,11 @@
# CGI-git (full version)
- A CGI script to list Git repositories and browse their contents. This version is displays commit history and commit details.
-
+ A CGI script to list Git repositories and browse their contents. This version displays commit history and commit details.
## WARNING
This CGI script is not certified as secure. Whilst there are some mitigations against path traversal attacks, other vulnerabilities may exist. For example, XSS protection is lacking in some areas, and DoS mitigation (timeouts on git calls, etc) is non-existent. It is therefore not recommended for use in a production environment in this state.
-
## Licence
This project is made available under a GPL3 licence -- see COPYING for the full text.