aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLionel RADISSON <[email protected]>2019-06-03 22:27:20 +0200
committerGitHub <[email protected]>2019-06-03 22:27:20 +0200
commit5da187f0c4a08ee8ecb05ffcf68966d45ae9467f (patch)
treea249368d84a29de1947ef49f9f763a197f5560a1
parentccd7e5e82712d9a332b96f684d5e97f8418c8aa3 (diff)
downloadOrca-5da187f0c4a08ee8ecb05ffcf68966d45ae9467f.tar.gz
Orca-5da187f0c4a08ee8ecb05ffcf68966d45ae9467f.zip
add missing `;` in `write` command example
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 42719de..6b2c18c 100644
--- a/README.md
+++ b/README.md
@@ -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