Tweak README

This commit is contained in:
Ryan Sobol 2016-05-15 07:59:27 -07:00
parent 69eda2743e
commit bd5f9b73c9

View File

@ -6,7 +6,7 @@ In this exercise, you'll create your own pixel art maker which will allow a user
More specifically, your pixel art maker should allow a user to do the following. More specifically, your pixel art maker should allow a user to do the following.
1. Start with a blank canvas of "pixels". 1. Start with a blank canvas of pixels.
1. Select a color from a palette. 1. Select a color from a palette.
1. Paint the pixels on the canvas using the selected color. 1. Paint the pixels on the canvas using the selected color.
1. Repeat step 2. 1. Repeat step 2.