diff --git a/unit_03/w08d02/homework/README.md b/unit_03/w08d02/homework/README.md
index 937c9fe..5d2d3c6 100644
--- a/unit_03/w08d02/homework/README.md
+++ b/unit_03/w08d02/homework/README.md
@@ -103,7 +103,12 @@ var caesarShift = function(str, amount) {
"Commit 3: Connected the cipher to encode messages."
+Add a little bit of styling to your cipher. Take a screenshot of it and upload it to your folder.
+**Commit 4**
+
+"Commit 4: Uploaded the screenshot of the cipher."
+
## Part 2
@@ -175,9 +180,9 @@ this.songs = [
Server and database will be introduced tomorrow
Overall, you will need data and functions in your controller.
-**Commit 4**
+**Commit 5**
-"Commit 4: Set up my initial files."
+"Commit 5: Set up my initial files."
@@ -190,18 +195,18 @@ Overall, you will need data and functions in your controller.
- `ng-if` or alternatively, `ng-hide` and/or `ng-show`
- curlies `{{ }}`
-**Commit 5**
+**Commit 6**
-"Commit 5: Setup and now displaying the songs."
+"Commit 6: Setup and now displaying the songs."
#####Add a song
- a form with an `ng-submit`
- inputs that rout to `ng-model`s which could be inside a formdata object in the controller maybe.
-**Commit 6**
+**Commit 7**
-"Commit 6: Setup and now able to add a song."
+"Commit 7: Setup and now able to add a song."
#####Shuffle function
@@ -220,7 +225,14 @@ Pass in an array and the shuffle function will randomize the order of the elemen
}
```
-**Commit 7**
+**Commit 8**
+
+"Commit 8: Can shuffle the order of the songs."
+
+
+Add a little bit of styling to your shuffler. Take a screenshot of it and add it to your folder.
+
+**Commit 9**
-"Commit 7: Can shuffle the order of the songs."
+"Commit 9: Added a screenshot of my shuffler."