From ab36f4e29bde03877483ebd401abba3df4f52efd Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Wed, 1 Jun 2016 15:27:43 -0400 Subject: [PATCH] Update README.md --- unit_01/w03d04/homework/to_do_starter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_01/w03d04/homework/to_do_starter/README.md b/unit_01/w03d04/homework/to_do_starter/README.md index 4a619e9..31662bf 100644 --- a/unit_01/w03d04/homework/to_do_starter/README.md +++ b/unit_01/w03d04/homework/to_do_starter/README.md @@ -17,7 +17,7 @@ To get straight to the jQuery portion of the homework, feel free to use the star 3. the user should be able to click an `add` button next to this input. ##### Stuff for you to do: -1. When the user clicks the `add` button, the input box value should be added to his/her to-do list. +1. When the user clicks the `add` button, the input box value should be added to his/her to-do list (hint: we did something similar with adding items to differnt lists in LOTR). 3. The user should be able to see all of the todos that they have created. 5. The user should be able to click 'done' on a todo and have it move to the completed column. 4. The user should be able to delete a to-do item from the completed list.