From 62a4056d9b091b766af0fe5753ff4af4cdec2d73 Mon Sep 17 00:00:00 2001 From: aravindc26 Date: Fri, 20 Nov 2015 00:07:04 +0530 Subject: [PATCH] Fixes typo in README --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index aa04aca54..3a99e468e 100644 --- a/README.MD +++ b/README.MD @@ -154,7 +154,7 @@ java -jar webgoat-container-7.0-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 yout local Tomcat or other Application Serve: +#### Option #3: Deploy the WebGoat WAR file in your local Tomcat or other Application Serve: The __maven package__ goal generates a .war file that can deployed into an Application Server, such as Tomcat ```Shell