aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Seifferth <frankseifferth@posteo.net>2022-02-12 15:41:28 +0100
committerFrank Seifferth <frankseifferth@posteo.net>2022-02-12 15:41:28 +0100
commitcb7a29536c01e4642aa5b74ed9ae18cf5085cca5 (patch)
treeeb12ccf0e518e574b7b135f77b0ea50791e01267
parentabfe085ed8e2ee3be9b2d0b054d1727627bdba00 (diff)
downloadvis-editorconfig-cb7a29536c01e4642aa5b74ed9ae18cf5085cca5.tar.gz
Update repo url in readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4e4c106..8fbbbc4 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ 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"
+git clone https://github.com/seifferth/vis-editorconfig "$HOME/.config/vis/editorconfig"
```
Then add `require('editorconfig/edconf')` to your `visrc.lua`.