From 5bc24b9bf57638ea5d6364b0bd3cb9dfcd06c3b7 Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Sat, 8 Jan 2022 23:40:59 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7fbf7ab..c4294fb 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Description These programs print a spinning ASCII torus (mathematical name for a doughnut-shaped object) on the terminal. Original post by Andy Sloane can be found [here](https://www.a1k0n.net/2011/07/20/donut-math.html). +# Updates +* Now supports dynamic resolution based on terminal size + # For Linux ## Prerequisites for Debian based distros * `sudo apt install make` to install Make