From 46847315eb144636e83b380a3e8ff7cb1a0bb826 Mon Sep 17 00:00:00 2001 From: Ryan Sobol Date: Fri, 13 May 2016 07:10:44 -0700 Subject: [PATCH] Tweak assignment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35aad90..ea406e7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Here's a development workflow that we recommend you use. 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 as well as an eraser. (i.e. red, orange, yellow, green, blue, purple, brown, gray, black, white, etc.) -1. Improve the look and feel of the canvas and color palette. Be careful not to break your code! +1. Improve the look and feel of the canvas and color palette. Be careful not to break your program! **TIP:** Check out [this handy tool](http://www.colors.commutercreative.com/grid/) to see a list of all the named colors in CSS.