diff --git a/README.md b/README.md
index 08cb4fa..6de6bbe 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This project is supervised by Prof Carole Goble and has been developed within th
project and aims to help dataset publishers to create a valid, according to the Open PHACTS specification, VoID description for deployment
with their dataset.The code was last updated on
-May 2016 . The code for the Open PHACTS editor is available from
+May 2017 . The code for the Open PHACTS editor is available from
https://github.com/openphacts/Void-Editor2. In case you have a feature request or want to file a bug, please raise a GitHub issue.
__Features:__
@@ -31,13 +31,13 @@ __Features:__
- Exports VoID
- Allows users to view there progress so far - with "under the hood"
-#Installation
+# Installation
-The VoID Editor and Linkset Editor require a servlet engine such as [tomcat server](http://tomcat.apache.org/) to be running on your machine. We have tested the editors with Tomcat 7 running on CentOS.
+The VoID Editor and Linkset Editor require a servlet engine such as [tomcat server](http://tomcat.apache.org/) to be running on your machine. We have tested the editors with *Tomcat 7* running on CentOS.
The files can be built using [maven](http://maven.apache.org/) and issuing the command from the `voidEditor` directory.
-```mvn clean package -DskipTests```
+```mvn clean package -DskipTests``` or ```mvn install```
The resulting war file, in the target directory, can be deployed on your servlet engine in the usual way.