Skip to content

Commit

Permalink
chore: replace command and filename
Browse files Browse the repository at this point in the history
  • Loading branch information
castilloglenn authored Apr 14, 2024
1 parent 390fb62 commit 673f09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ make setup

To run an example and see the library in action, use the following command:
```
make run_example
make example
```

This will open a PyGame window displaying the animation specified in `examples/simple.py`. You can modify this file and save it to see changes in real-time due to the live reloading feature provided by the library.
This will open a PyGame window displaying the animation specified in `examples/basic.py`. You can modify this file or just save it to see changes in real-time due to the live reloading feature provided by the library.


0 comments on commit 673f09a

Please sign in to comment.