From 40e9fa927736cf39b679093a98934ee03b96f532 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Wed, 1 Jun 2016 15:32:13 -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 c0e0d60..64f96c6 100644 --- a/unit_01/w03d04/homework/to_do_starter/README.md +++ b/unit_01/w03d04/homework/to_do_starter/README.md @@ -11,7 +11,7 @@ You have the choice to use this OR to start from scratch. If you want to focus s ### User Stories -#####In the starter code: +#####In the starter code (if you start from scratch, you'll need to write this on your own): 1. the user should see two columns and an input field. 2. the user should be able to type a to-do item into an input box. 3. the user should be able to click an `add` button next to this input.