aboutsummaryrefslogtreecommitdiff
path: root/entries/funemy/z3/z4fib.sh
diff options
context:
space:
mode:
authorfunemy2022-10-25 19:54:05 +0000
committerfunemy2022-10-25 19:54:05 +0000
commitcdec98dc53617c3ad5c297f8f5d127013c111b6d (patch)
tree844e2a6a9afdaf291fbfd99d7b78948a0dfac2ad /entries/funemy/z3/z4fib.sh
parentae3c469407df59439fb0346344990c0155dcd7a2 (diff)
typo
Diffstat (limited to 'entries/funemy/z3/z4fib.sh')
-rwxr-xr-xentries/funemy/z3/z4fib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/entries/funemy/z3/z4fib.sh b/entries/funemy/z3/z4fib.sh
index d5ad2d9..f7a1e48 100755
--- a/entries/funemy/z3/z4fib.sh
+++ b/entries/funemy/z3/z4fib.sh
@@ -3,7 +3,7 @@
# Instructions:
# 1. having z3 installed and put under your $PATH
-# 2. making sure z4fib.sh is executable, by `chmod +x z3fib.sh`
+# 2. making sure z4fib.sh is executable, by `chmod +x z4fib.sh`
# 3. running as `./z4fib.sh [length of the fib sequence]`
# 4. having fun :)