diff --git a/README.md b/README.md
index 9f5cc96..20b8980 100644
--- a/README.md
+++ b/README.md
@@ -7,13 +7,22 @@ Binary to Decimal Converter Mobile App With KivyMD
completeApp_part1.py
-This file contains the complete code for the first part of this project,
+This file contains the complete code for the first part of this project,
and corresponds to the following step by step YouTube tutorial:
https://youtu.be/ah3JeHAfM0M
+completeApp_part2.py
+
+This file contains the complete code for the second part of this project,
+
+and corresponds to the following step by step YouTube tutorial:
+
+https://youtu.be/2aRBkAA1_9o
+
+
starter_file.py
Is an empty screen window only - which can be used as a starting point
@@ -21,11 +30,16 @@ Is an empty screen window only - which can be used as a starting point
to follow along with the tutorial above.
-In part 2+3 of this project:
+ How the Math behind the Conversion Works?
-1. We will handle exceptions
-2. We will re-write the "convert" function, so that it converts fractions as well and not just whole numbers
-3. Load this app onto our Android devices
+Checkout my math tutorial on YouTube for a detailed explination:
+
+https://youtu.be/4IFq7_s9NEA
+
+
+In part 3 of this project:
+
+We will load this app onto our Android devices
Author: Mariya Sha