diff --git a/README.md b/README.md
index c05eec0..2fd147e 100644
--- a/README.md
+++ b/README.md
@@ -1,25 +1,34 @@
-# Welcome to DevOpsCon CI/CD demo repo
+# 🌟 Welcome to DevOpsCon CI/CD demo repo
+
## This repository contains basic Maven project with Hello-World Java war for CI/CD workshop
-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
+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
+> ————————————————————————
+
+---
+
+### ⚙️ Setup Instructions
- - 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
- - Restart tomcat [TOMCAT DIR]/bin/shutdown.sh & startup.sh (for non-Windows OS) or /bin/shutdown.bat & startup.bat
- - The Tomcat URL is http://localhost:8080/
- - The application URL is http://localhost:8080/helloworld/
+ - Get Tomcat 9 (not version 10) - prefer the Core > Zip from here
+ - Configure under <TOMCAT DIR>/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
+ - Restart tomcat [TOMCAT DIR]/bin/shutdown.sh & startup.sh (for non-Windows OS) or /bin/shutdown.bat & startup.bat
+ - The Tomcat URL is http://localhost:8080/
+ - The application URL is http://localhost:8080/helloworld/
- > ```xml
- >
- >
- >
- >
- >
- >
- > ```
-
+---
+
+### 📝 XML Configuration
+
+```xml
+
+
+
+
+
+
\ No newline at end of file