diff options
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,5 +42,5 @@ execute it. The REPL supports basic readline operations. | |||
42 | `(save <filename>)`: saves the current file. optional | 42 | `(save <filename>)`: saves the current file. optional |
43 | argument to save to a different filename than the one opened | 43 | argument to save to a different filename than the one opened |
44 | from. | 44 | from. |
45 | `(quit)`: quit the [editor](editor) | 45 | `(quit)`: quit the editor. |
46 | 46 | ||