diff --git a/unit_01/w02d02/homework/README.md b/unit_01/w02d02/homework/README.md
index e69de29..635db98 100644
--- a/unit_01/w02d02/homework/README.md
+++ b/unit_01/w02d02/homework/README.md
@@ -0,0 +1,29 @@
+
+
+# WDI-PANTHALASSA
+
+---
+Title: Homework w02d02
+Type: Homework
+Duration: "4:00"
+Creator:
+ Original creators: WDI-Archer, WDI-Funke, WDI-Meeseeks
+ Adapted by: Kristyn Bryan
+ Course: WDIr Panthalassa
+Competencies: CSS, HTML, DOM manipulation
+Prerequisites: CSS, HTML
+
+---
+
+# Homework
+
+1) Finish working on the Lord of the Rings (LOTR) homework that you began yesterday (w02d01).
+***NOTE:*** This is due Wednesday, May 25th at 10:00 am EDT.
+
+2) CSS Mockup homework
+***NOTE:*** This is due Thursday, May 26th at 10:00 am EDT.
+
+If you finish LOTR and finish coding one of the mockups, please code the second mockup as well.
+
+If you need a refresher on how to submit your homework, follow [these directions](https://github.com/ga-students/wdi-remote/wiki/Homework-Submission).
+
diff --git a/unit_01/w02d04/homework/memory_starter/memory.md b/unit_01/w02d04/homework/memory_starter/README.md
similarity index 85%
rename from unit_01/w02d04/homework/memory_starter/memory.md
rename to unit_01/w02d04/homework/memory_starter/README.md
index 89b0ef4..6e09bd0 100644
--- a/unit_01/w02d04/homework/memory_starter/memory.md
+++ b/unit_01/w02d04/homework/memory_starter/README.md
@@ -1,7 +1,9 @@
# Memory!
-Today we are going to build the game Memory. Write all your code in app.js, but
-look at index.html to get your bearings.
+Tonight you are going to build the game called: [Memory](https://en.wikipedia.org/wiki/Concentration_(game)). We have provided you with a few starter files. You will look at the `index.html` to set up your physical board and cards, but write the code in your `app.js` file to get your game to work.
+
+Take it one step at a time. Follow these instructions to help get you going.
+
### You will need