diff options
author | Paul Oliver <contact@pauloliver.dev> | 2024-02-29 02:29:14 +0100 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2024-02-29 02:29:14 +0100 |
commit | 9021b27c9b8a7f05e01ab3e3498d8fb99ec6b53f (patch) | |
tree | 4c23ce59de97ed9a0ccdf1778f4e5d331f9dfa47 /bin | |
parent | 2e7a2d94e73ece0a37b1d9d3162d4f91aeaf57dc (diff) |
Fixed typo in './bin/README.md' file.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/README.md b/bin/README.md index 0a714b7..97738f1 100644 --- a/bin/README.md +++ b/bin/README.md @@ -30,7 +30,7 @@ $ ./bin/salis.py load --file 16.sim |`fl` |Select first/last organism | |`k` |Scroll/go to selected (PROCESS and WORLD page) | |`X` |Toggle hex/decimal value printing | -|Numbers `[1..0]` |Cycle simulation `2^(n-1) % 10` steps | +|Numbers `[1..0]` |Cycle simulation `2^((n-1) % 10)` steps | |Enter |Activate cursor (WORLD page) | ### Console commands |