From 69eda2743ebd1b4606e47959f41f7c4c85856ea1 Mon Sep 17 00:00:00 2001 From: Ryan Sobol Date: Sun, 15 May 2016 07:58:57 -0700 Subject: [PATCH] Tweak README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bedd47f..1a6f4ee 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Pixel Art Maker -In this exercise, you'll create your own pixel art maker which will allow a user to choose colors from a palette and then "paint" pixel art. The interface is completely up to you, but it could look something like this. +In this exercise, you'll create your own pixel art maker which will allow a user to choose colors from a palette and then draw pixel art. The interface is completely up to you, but it could look something like this. ![Example of Pixel Art Maker](pixel-art-maker-alt.png)