From 74218de13568ada2a35251e6137d0949cb2a64c4 Mon Sep 17 00:00:00 2001 From: Magicansk <30593595+magicansk@users.noreply.github.com> Date: Wed, 25 Oct 2017 08:55:02 +0800 Subject: [PATCH] Update README.MD --- README.MD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index a685b0dbb..775d9043d 100644 --- a/README.MD +++ b/README.MD @@ -101,7 +101,8 @@ mvn -pl webwolf spring-boot:run To change IP addresss add the following variable to WebGoat/webgoat-container/src/main/resources/application.properties file -```server.address=x.x.x.x +``` +server.address=x.x.x.x ``` # Vagrant @@ -109,8 +110,8 @@ To change IP addresss add the following variable to WebGoat/webgoat-container/sr We supply a complete development environment using Vagrant, to run WebGoat with Vagrant you must first have Vagrant and Virtualbox installed. ```shell - $ cd WebGoat/webgoat-images/vagrant-users - $ vagrant up + $ cd WebGoat/webgoat-images/vagrant-users + $ vagrant up ``` Once the provisioning is complete login to the Virtualbox with username vagrant and password vagrant.