diff --git a/README.md b/README.md
index a780dee..9c173f9 100644
--- a/README.md
+++ b/README.md
@@ -4,13 +4,16 @@ Hi!
This is the source code for the YouTube series covering docker-based development workflows.
-Part #1: https://youtu.be/wyjNpxLRmLg
+Part #1: The Dockerfiles (.NET, Golang, Python, NodeJS)
+Video: https://youtu.be/wyjNpxLRmLg
Source code for Part #1: https://github.com/marcel-dempers/docker-development-youtube-series/tree/part1
-Part #2: https://youtu.be/EdmKENqnQUw
+Part #2: The code (.NET, Golang, Python, NodeJS)
+Video: https://youtu.be/EdmKENqnQUw
Source code for Part #2 https://github.com/marcel-dempers/docker-development-youtube-series/tree/part2
-Part #3: https://youtu.be/2lQ7WrwpZfI
+Part #3: Docker Multistage explained
+Video: https://youtu.be/2lQ7WrwpZfI
Source code for Part #2 https://github.com/marcel-dempers/docker-development-youtube-series/tree/part3
Part #4: Debugging Golang code in Docker