Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koterba committed Apr 24, 2022
1 parent 58716bc commit 87fbc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pip install burtle
from burtle import Burtle, mainloop


frog = Burtle("frog.gif") # you will need to have a gif file called "frog.gif" in your current directory
frog = Burtle("frog.gif") # you will need to have a file called "frog.gif" in your current directory
frog.go(up=50)

bad_frog = Burtle("frog.gif")
Expand Down

0 comments on commit 87fbc9b

Please sign in to comment.