mirror of
https://github.com/Aroy-Art/Learning-Python.git
synced 2024-12-26 14:06:10 +01:00
Fix: typo
This commit is contained in:
parent
92d6f446b6
commit
fdc8fc09e3
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ An example of how you can make explosions in pygame zero.
|
||||||
|
|
||||||
<u>**How to run:**</u>
|
<u>**How to run:**</u>
|
||||||
|
|
||||||
To run the example you need PyGame Zero. You can install it by runnig this command:
|
To run the example you need PyGame Zero. You can install it by running this command:
|
||||||
>$ pip3 install pgzero
|
>$ pip3 install pgzero
|
||||||
|
|
||||||
And to run the example run this command in the main folder:
|
And to run the example run this command in the main folder:
|
||||||
|
|
Loading…
Reference in a new issue