From a245e9f549eddc996ab981d84e360e09bd67ccb3 Mon Sep 17 00:00:00 2001 From: alpine9000 Date: Sat, 5 Mar 2016 20:21:05 +1100 Subject: [PATCH] Update README.md --- 010.blit_speed/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```