diff options
author | fischerling <florian.fl.fischer@fau.de> | 2021-02-14 17:36:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-14 17:36:40 +0100 |
commit | c7114a15ee1ab2b4678c0c201494be9028edd9d6 (patch) | |
tree | dc845842eb79540b705ba37341b206ae4d0741c5 /Readme.md | |
parent | 350cb8780444d271fd3dfc938fe1ffe9fe870c51 (diff) | |
parent | 34bf2803c713ace268dbd550b323663099a91ff9 (diff) | |
download | vis-spellcheck-c7114a15ee1ab2b4678c0c201494be9028edd9d6.tar.gz |
Merge pull request #6 from migueldvb/readme
Use single quotes around plugin path
Diffstat (limited to 'Readme.md')
-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 |