From f217b81692932f5d7fd3b037df49d47f79084f08 Mon Sep 17 00:00:00 2001 From: Frank Seifferth Date: Tue, 11 May 2021 21:13:52 +0200 Subject: Adjust original README.md a little for consistency --- README.md | 5 +++-- 1 file 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 -- cgit