Skip to content

Commit f0d0295

Browse files
committed
Update README.md
1 parent 3d925a8 commit f0d0295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Day-6/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Here is some example code. The first line creates a font (this only needs to be
8080
label = myfont.render("Some text!", 1, pygame.color.THECOLORS['red'])
8181
screen.blit(label, (100, 100))
8282

83-
####Challenge 4: Make the paddle controlled by the mouse
83+
####Challenge 4: Make the paddle be controlled by the mouse
8484

8585
KEYDOWN isn't the only event supported by Pygame. The following code is an example of how to use the MOUSEMOTION event to move your paddle:
8686

0 commit comments

Comments
 (0)