diff --git a/README.md b/README.md
index 27d89e4..3e834b8 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,7 @@ In order to make it work, please follow the instructions below:
> Make sure you have JAVA 21 (JDK and not JRE standalone) running on your laptop
+ - Grab some coffee.
- Get Tomcat 9 (not version 10) - prefer the Core > Zip from here
- Configure under /conf/tomcat-users.xml the code below
- [LINUX / MAC] Please make sure you have running permissions on the /bin/ directory and run chmod +x *.sh
diff --git a/build-war/src/main/webapp/index.jsp b/build-war/src/main/webapp/index.jsp
index d7f050a..f86e6fa 100644
--- a/build-war/src/main/webapp/index.jsp
+++ b/build-war/src/main/webapp/index.jsp
@@ -1,6 +1,6 @@
<%@page import="org.nirkoren.maven.demo.HelloHandler"%>
-
+
Welcome to DevOpsCon Demo repo
CI/CD Workshop, Maven / Tomcat WAR example
<%