Merge pull request #149 from aravindc26/master

Fixes typo in README
This commit is contained in:
mayhew64 2015-11-20 12:38:06 -05:00
commit 8284f08413

View File

@ -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