aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfischerling <florian.fl.fischer@fau.de>2021-02-14 17:36:40 +0100
committerGitHub <noreply@github.com>2021-02-14 17:36:40 +0100
commitc7114a15ee1ab2b4678c0c201494be9028edd9d6 (patch)
treedc845842eb79540b705ba37341b206ae4d0741c5
parent350cb8780444d271fd3dfc938fe1ffe9fe870c51 (diff)
parent34bf2803c713ace268dbd550b323663099a91ff9 (diff)
downloadvis-spellcheck-c7114a15ee1ab2b4678c0c201494be9028edd9d6.tar.gz
Merge pull request #6 from migueldvb/readme
Use single quotes around plugin path
-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