aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Seifferth <frankseifferth@posteo.net>2021-05-11 21:13:52 +0200
committerFrank Seifferth <frankseifferth@posteo.net>2021-05-11 21:18:36 +0200
commitf217b81692932f5d7fd3b037df49d47f79084f08 (patch)
treea8f327ec008d980539a50cd8867f94f0ebd6b1b0
parent15bf8fb8f9ba4d7b8d58afc30c4da91d8f80e462 (diff)
downloadvis-editorconfig-f217b81692932f5d7fd3b037df49d47f79084f08.tar.gz
Adjust original README.md a little for consistency
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5c1ecef..321f4b7 100644
--- a/README.md
+++ b/README.md
@@ -7,13 +7,14 @@ A [vis][vis] plugin for [editorconfig][ec].
## Installation
-You'll need the Lua wrapper for editorconfig-core installed. This can be done through luarocks: `luarocks install editorconfig-core`
+You'll need the Lua wrapper for editorconfig-core installed. This can
+be done through luarocks: `luarocks install editorconfig-core`
```shell
git clone https://github.com/vktec/vis-editorconfig "$HOME/.config/vis/editorconfig"
```
-Then add `require "editorconfig/edconf"` to your `visrc.lua`.
+Then add `require('editorconfig/edconf')` to your `visrc.lua`.
## Functionality