diff --git a/README.md b/README.md
index afc57a3..3012749 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,20 @@
# KAJE-JAVA
-All things Java
+All things Java
+
+
Session 03 - Concurrency - Processes and Threads
+
+ - ProcessDemo
+ - ThreadsDemo
+
+04 - Concurrency - Synchronization and Deadlock
+
+05 - Concurrency - High-Level Concurrency Primitives
+
+ - MonitorCase1
+ - MonitorCase2
+ - CircularBuffer
+ - ConditionDemo
+
+