From 7b178ba39f9e9f2e53e71a4e41dacfa18cca4a4c Mon Sep 17 00:00:00 2001 From: Marcus Date: Fri, 5 Jan 2024 05:58:51 +0100 Subject: [PATCH] typo --- README.md | 2 +- pixelfloot.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97a2fea..6a6f6fb 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ text: create a textbox (env TEXT, FONTSIZE, SIZE, COLOR, BGCOLOR, BORDERCOLOR MODE: static (env X and Y for position) chaos (env X_MAX and Y_MAX for position range) - shake (env X and Y for position range) + shake (env X and Y for position) cursor bounce (env Y_MAX and X_MAX for max bounce range, BOUNCESTEP for step size) diff --git a/pixelfloot.sh b/pixelfloot.sh index 4f78e60..3ec5cf7 100755 --- a/pixelfloot.sh +++ b/pixelfloot.sh @@ -544,7 +544,7 @@ case $1 in echo "" echo "MODE: static (env X and Y for position)" echo " chaos (env X_MAX and Y_MAX for position range)" - echo " shake (env X and Y for position range)" + echo " shake (env X and Y for position)" echo " cursor" echo " bounce (env Y_MAX and X_MAX for max bounce range, BOUNCESTEP for step size)" echo ""