From 3a6a17eb17eddd60407bfe092578d177869d478c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Gra=C4=8Danin?= <35041118+mgracanin@users.noreply.github.com> Date: Sat, 20 May 2023 17:55:03 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e4ca3e..fb33461 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ To run the program, simply navigate to the directory where the program is locate python __init__.py ``` -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. +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. The file was taken from https://www.asciimation.co.nz/, and if you would like to find out more about how whole animation works, read their excellent FAQ at https://www.asciimation.co.nz/asciimation/ascii_faq.html. ## Credits