From 6ea82d7d61f6b8078bd35b0bcf63274c41cda3ba Mon Sep 17 00:00:00 2001 From: Ryan Sobol Date: Fri, 13 May 2016 13:54:53 -0700 Subject: [PATCH] Tweak assignment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c187b0..983d8b4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ More specifically, your pixel art maker should allow a user to do the following. 1. Start with a blank canvas of "pixels". 1. Select a color from a palette. 1. Paint the pixels on the canvas using the selected color. -1. Repeat step 4. +1. Repeat step 2. Here's a development workflow that we recommend you use.