aboutsummaryrefslogtreecommitdiffstats
path: root/Readme.md
diff options
context:
space:
mode:
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"