diff --git a/README.md b/README.md index 308615a..bee27fa 100755 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Puts a spinning ASCII torus (mathematical name for a doughnut-shaped object) on ## How to compile, run and clean - `make` to build the program -- `./torus` to run the program +- `make run` to execute the program - `make clean` to remove the binary # Updates