Update README.md

This commit is contained in:
Matija Gračanin 2023-05-19 15:51:19 +02:00 committed by GitHub
parent 8f8486239c
commit c77a41d7be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,10 +11,10 @@ This program plays the Star Wars movie in ASCII art in the Python terminal.
To run the program, simply navigate to the directory where the program is located and run the following command:
```
python star_wars_ascii.py
python __init__.py
```
The program will then begin playing the Star Wars movie in ASCII art in the terminal.
The program will then begin playing the Star Wars movie in ASCII art in the terminal. Just make sure you have the starwars.txt file in the same directory as the Python script.
## Credits