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 1600637..9052ad1 100644
--- a/Readme.md
+++ b/Readme.md
@@ -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