From 19220b7ca6a9429d1df9ed74c5cd712be36434a7 Mon Sep 17 00:00:00 2001 From: Alejandra Gonzalez-Beltran Date: Fri, 9 Feb 2018 11:46:01 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 91970d8..7381d88 100644 --- a/README.md +++ b/README.md @@ -17,18 +17,18 @@ The STATO-app is a Maven project. You can compile the project with -mvn compile +```mvn compile``` To produce the war file: -mvn war:war +```mvn war:war``` Then, you can deploy the war file into a web application container such as Tomcat. ### Contribution guidelines ### If you are interested in contributing to the STATO-app, you can: -* contact me +* contact [me](https://github.com/agbeltran) * report bugs or feature requests in the issue tracker * send a pull request