aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel de Val-Borro <miguel.deval@gmail.com>2021-02-13 07:45:37 -0500
committerMiguel de Val-Borro <miguel.deval@gmail.com>2021-02-13 07:45:37 -0500
commit34bf2803c713ace268dbd550b323663099a91ff9 (patch)
treedc845842eb79540b705ba37341b206ae4d0741c5
parent350cb8780444d271fd3dfc938fe1ffe9fe870c51 (diff)
downloadvis-spellcheck-34bf2803c713ace268dbd550b323663099a91ff9.tar.gz
Use quotes around plugin path in installation information
-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