aboutsummaryrefslogtreecommitdiffstats
path: root/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index 31a06fd..1600637 100644
--- a/Readme.md
+++ b/Readme.md
@@ -4,8 +4,8 @@ A spellchecking lua plugin for the [vis editor](https://github.com/martanne/vis)
## Installation
-1. Download `spellcheck.lua` or clone this repository
-2. Load the plugin in your `visrc.lua` with `require(path/to/plugin/spellcheck)`
+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)`
## Usage