diff --git a/README.md b/README.md
index dd7ea6a..c323393 100644
--- a/README.md
+++ b/README.md
@@ -24,10 +24,10 @@ All things Java
| Name | Description |
- | MonitorCase1 | |
- | MonitorCase2 | |
- | CircularBuffer | |
- | ConditionDemo | |
+ | CircularBuffer | The principle |
+ | ConditionDemo | Circular buffer using Condition Variables |
+ | MonitorCase1 | Why wont it work? |
+ | MonitorCase2 | The solution |
07 - IO - Blocking vs non-blocking