diff --git a/010.blit_speed/README.md b/010.blit_speed/README.md index 6130750..5d5b085 100644 --- a/010.blit_speed/README.md +++ b/010.blit_speed/README.md @@ -11,7 +11,7 @@ Then in the main loop I now: * wait for the vertical blank * set the greyscale palette -* do some blits (4) +* do 4 blits * set the color palette ```