diff --git a/README.md b/README.md
index 27d89e4..911c271 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
In order to make it work, please follow the instructions below:
> [!IMPORTANT]
-> Make sure you have JAVA 21 (JDK and not JRE standalone) running on your laptop
+> Make sure you have JAVA or JDK 21 (JDK and not JRE standalone) running on your laptop
- Get Tomcat 9 (not version 10) - prefer the Core > Zip from here
diff --git a/build-war/src/main/webapp/index.jsp b/build-war/src/main/webapp/index.jsp
index d7f050a..2c90612 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
<%