diff options
-rw-r--r-- | Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ A spellchecking lua plugin for the [vis editor](https://github.com/martanne/vis) ## Installation 1. Download `spellcheck.lua` or clone this repository into your plugin directory -2. Load the plugin in your `visrc.lua` with `require(plugins/vis-spellcheck)` +2. Load the plugin in your `visrc.lua` with `require('plugins/vis-spellcheck')` ## Usage |