diff options
author | Lionel RADISSON <[email protected]> | 2019-06-03 22:27:20 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2019-06-03 22:27:20 +0200 |
commit | 5da187f0c4a08ee8ecb05ffcf68966d45ae9467f (patch) | |
tree | a249368d84a29de1947ef49f9f763a197f5560a1 | |
parent | ccd7e5e82712d9a332b96f684d5e97f8418c8aa3 (diff) | |
download | Orca-5da187f0c4a08ee8ecb05ffcf68966d45ae9467f.tar.gz Orca-5da187f0c4a08ee8ecb05ffcf68966d45ae9467f.zip |
add missing `;` in `write` command example
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ All commands have a shorthand equivalent to their first two characters, for exam - `find:aV` Sends cursor to string `aV`. - `select:3;4;5;6` Move cursor to position `3,4`, and select size `5:6`. - `inject:pattern` Inject the local file `pattern.orca`. -- `write:H12;34` Writes glyph `H`, at `12,34`. +- `write:H;12;34` Writes glyph `H`, at `12,34`. ### Project Mode |