diff --git a/unit_03/w08d02/homework/README.md b/unit_03/w08d02/homework/README.md
index 38da37d..f105963 100644
--- a/unit_03/w08d02/homework/README.md
+++ b/unit_03/w08d02/homework/README.md
@@ -3,7 +3,7 @@
# WDI-PANTHALASSA
---
-Title: Cyper & Shuffler
+Title: Cipher & Shuffler
Type: Homework
Duration: "4:00"
Creator:
@@ -42,7 +42,12 @@ Also make it so the user can decode an encoded message.
https://en.wikipedia.org/wiki/Caesar_cipher
-You can put this Caesar Cipher code in a separate js file (before your main `app.js`), and then reference the `caesarShift` function in your angular controller.
+You can put this Caesar Cipher code (or the code that you wrote a few weeks ago for the morning exerice) in a separate js file (before your main `app.js`), and then reference the `caesarShift` function in your angular controller.
+
+**Commit 1**
+