From c42c5f9c27d5119e9613fcd47104ba01e28c17e6 Mon Sep 17 00:00:00 2001
From: Marcel Dempers <34320559+marcel-dempers@users.noreply.github.com>
Date: Sun, 4 Aug 2019 21:18:28 +1000
Subject: [PATCH] Update README.md
---
README.md | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
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