diff options
| -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 | 
