diff options
author | Miguel de Val-Borro <miguel.deval@gmail.com> | 2021-02-13 07:45:37 -0500 |
---|---|---|
committer | Miguel de Val-Borro <miguel.deval@gmail.com> | 2021-02-13 07:45:37 -0500 |
commit | 34bf2803c713ace268dbd550b323663099a91ff9 (patch) | |
tree | dc845842eb79540b705ba37341b206ae4d0741c5 | |
parent | 350cb8780444d271fd3dfc938fe1ffe9fe870c51 (diff) | |
download | vis-spellcheck-34bf2803c713ace268dbd550b323663099a91ff9.tar.gz |
Use quotes around plugin path in installation information
-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 |