Skip to content

Commit f80f7fb

Browse files
Update README.md
Removed unnecessary width and height to make it easier for users to read!
1 parent e4093c3 commit f80f7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def handle_escape():
4545
print("Escape pressed!")
4646
screen.quit()
4747

48-
screen = Screen(app, title="My InGame App", width=600, height=400)
48+
screen = Screen(app, title="My InGame App")
4949

5050
screen.set_resize(True, True)
5151

0 commit comments

Comments
 (0)