From 484fd7f0892563f8b9479941f6bd3c0f2c7b1bd1 Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Mon, 14 Feb 2022 10:42:45 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 802a875..e487f0d 100755 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Prints a spinning ASCII torus (mathematical name for a doughnut-shaped object) o ## How to run the C version * Type `.\doughnut.exe` in the shell to run the program -* Type `.\doughnut.exe --enable-dynamic-resolution` in the shell to run the program with dynamic resolution enabled +* Type `.\doughnut.exe --enable-dynamic-resolution` or `.\doughnut.exe -d` in the shell to run the program with dynamic resolution enabled * You can also double-click on the executable (a.k.a. a dot-exe file) to run it # For Linux