From d91949e61a57d0372d5ab657570969969353c941 Mon Sep 17 00:00:00 2001 From: Ryan Sobol Date: Fri, 13 May 2016 07:14:26 -0700 Subject: [PATCH] Tweak assignment --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 34febdb..2e0de62 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ Here's a development workflow that we recommend you use. Add tools that augment the type of user interaction -* Pencil tool: Click and drag across the canvas to paint pixels. -* Selection tool: Click and drag across the canvas to paint all pixels that fall inside a rectangular selection. +- Pencil tool: Click and drag across the canvas to paint pixels. +- Selection tool: Click and drag across the canvas to paint all pixels that fall inside a rectangular selection. ### Bonus 2 -Add a color picker which allows the user to select any color using the new, HTML5 `` tag. See the [Mozilla Developer Network](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/color) more information. +Add a color picker which allows the user to select any color using the new, HTML5 [`` tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/color) and the [`change` event](https://developer.mozilla.org/en-US/docs/Web/Events/change).