From f282290daa100da6915032011ae59ab246519167 Mon Sep 17 00:00:00 2001 From: Kevin Kutzner <kevin.kutzner@hft-stuttgart.de> Date: Thu, 25 Nov 2021 19:03:40 +0100 Subject: [PATCH] polish documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42a6533..17adb22 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Run Spring-Boot Application: ```sh mvn spring-boot:run ``` -Application starts on port 9999. Open in Browser: +Application starts on port `8090`. Open in Browser: ```sh localhost:8090 ``` -- GitLab