From c11ecef099ae97003267b54651b1afc2a1be25d3 Mon Sep 17 00:00:00 2001 From: erhun Date: Fri, 25 Mar 2016 10:28:07 +0200 Subject: [PATCH] Update README.MD grammar fix --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index b3ddaad11..81dd5e5c9 100644 --- a/README.MD +++ b/README.MD @@ -153,7 +153,7 @@ java -jar webgoat-container-7.1-SNAPSHOT-war-exec.jar http://localhost:8080/WebG Browse to [http://localhost:8080/WebGoat](http://localhost:8080/WebGoat) and happy hacking ! -#### Option #3: Deploy the WebGoat WAR file in your local Tomcat or other Application Serve: +#### Option #3: Deploy the WebGoat WAR file in your local Tomcat or other Application Server: The __maven package__ goal generates a .war file that can deployed into an Application Server, such as Tomcat ```Shell