From 91e7fe9f6fc23f385262f679ce437c174ec31712 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 01:50:44 +0100 Subject: Updates to README. --- tsalis/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'tsalis') diff --git a/tsalis/README.md b/tsalis/README.md index b5ac741..8fddfdb 100644 --- a/tsalis/README.md +++ b/tsalis/README.md @@ -15,15 +15,15 @@ needed. If you run into any difficulties, please let me know! ### Command-line arguments You may run *TSALIS* from the terminal in any of these three ways (arguments are being represented by *XX*). Note that, upon exit, *SALIS* automatically -generates a save (by default called *defsim*). This save file may be freely +generates a save (by default called *def.sim*). This save file may be freely renamed (any name 10 characters or shorter) and reloaded as needed. -|Arguments |Action | -|:--------------|------------------------------------------------------------------------------:| -|tsalis |If file *defsim* exists in directory, loads simulation from that file. | -|tsalis |If file *defsim* does not exist, creates new simulation (memory size 2^16). | -|tsalis n*XX* |Creates new simulation with memory size 2^*XX*. | -|tsalis l*XX* |Loads simulation from file named *XX*. | +|Arguments |Action | +|:--------------|-------------------------------------------------------------------------------:| +|tsalis |If file *def.sim* exists in directory, loads simulation from that file. | +|tsalis |If file *def.sim* does not exist, creates new simulation (memory size 2^16). | +|tsalis n*XX* |Creates new simulation with memory size 2^*XX*. | +|tsalis l*XX* |Loads simulation from file named *XX*. | ### Keyboard commands |Key |Action | -- cgit v1.2.1