aboutsummaryrefslogtreecommitdiffstats
path: root/Readme.md
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2017-04-26 13:02:28 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2017-04-26 13:02:28 +0200
commitdcd5be9d846871e6f5e7522a35da14249d6be663 (patch)
treec569874059bb8a6b91bf30d88628d3b4d6767ff1 /Readme.md
parent0fb762f7fd6cdd1b6ca66b7a6d8b06551e199a01 (diff)
downloadvis-spellcheck-dcd5be9d846871e6f5e7522a35da14249d6be663.tar.gz
fix code in Readme
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index 82db43d..7d8a12c 100644
--- a/Readme.md
+++ b/Readme.md
@@ -15,7 +15,7 @@ A spellchecking lua plugin for the [vis editor](https://github.com/martanne/vis)
The module table returned from `require(...)` has two configuration fields
`lang` and `cmd`. `lang` is inserted in the `cmd` string at `%s`.
-The defaults are `enchant -d %s` and `$LANG or "en_US".
+The defaults are `enchant -d %s` and `$LANG` or `en_US`.
spell = require(...)
spell.cmd = "aspell -l %s -a"