From 928bc32f4f2b8e42acbbde4a7c3f9d7202c01815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=80ngel=20Oll=C3=A9=20Bl=C3=A1zquez?= Date: Sun, 24 Jul 2022 15:33:35 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 020e45b7a..fba54fa9e 100644 --- a/README.md +++ b/README.md @@ -93,10 +93,10 @@ Now we are ready to run the project. WebGoat 8.x is using Spring-Boot. ./mvnw.cmd spring-boot:run ``` -... you should be running WebGoat on localhost:8080/WebGoat momentarily +... you should be running WebGoat on http://localhost:8080/WebGoat momentarily. -To change the IP address add the following variable to the `WebGoat/webgoat-container/src/main/resources/application.properties file`: +To change the IP address add the following variable to the `WebGoat/webgoat-container/src/main/resources/application.properties` file: ``` server.address=x.x.x.x