From d536d55a9ca521d1eb305909317e892b002aef6d Mon Sep 17 00:00:00 2001 From: Ryan Sobol Date: Sun, 15 May 2016 07:55:59 -0700 Subject: [PATCH] Tweak README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index deefdd9..bedd47f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Here's a development workflow that we recommend you use. 1. Create a small palette of two colors (e.g. red and blue) below the canvas using more `div` tags. 1. Add an event listener to these `div` tags so when clicked the current "brush" color is remembered. 1. Expand the dimensions of the pixel canvas. -1. Expand the palette with the rest of the standard colors. (i.e. red, orange, yellow, green, blue, purple, brown, gray, black, white, etc.) +1. Expand the palette with more colors. (i.e. red, orange, yellow, green, blue, purple, brown, gray, black, white, etc.) 1. Expand the palette with a current color indicator so the user knows which color was last selected. 1. Improve the look and feel of the canvas and color palette. Be careful not to break your program's behavior!