From 59c9f2ad0e75c144fbc0e3a0d16c64369a1a7481 Mon Sep 17 00:00:00 2001
From: Joel Cavat <jcavat@gmail.com>
Date: Tue, 18 Dec 2018 20:43:09 +0100
Subject: [PATCH] Fix localhost link

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2d2c6c7..1450c0f 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ mvn clean package
 mvn spring-boot:run
 ```
 
-Open a browser at : localhost:8080/toto
+Open a browser at : http://localhost:8080/toto
 
 result:
 
-- 
GitLab