aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAshkan Kiani <ashkan.k.kiani@gmail.com>2019-10-17 16:39:00 -0700
committerAshkan Kiani <ashkan.k.kiani@gmail.com>2019-10-17 16:39:00 -0700
commitfe0cb5f8229236972e4e7526c3c5c9162cb3fb75 (patch)
tree7e1f7fd5ee8e26fb9cc77c642cd30b7ebc68269c /README.md
parentAdd colorizer-lua.txt (diff)
./README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 29e274e..4104a0f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# colorizer.lua
-[![luadoc](https://img.shields.io/badge/luadoc-0.1-blue)](https://norcalli.github.io/luadoc/nvim-colorizer.lua/doc/modules/colorizer.html)
+[![luadoc](https://img.shields.io/badge/luadoc-0.1-blue)](https://norcalli.github.io/luadoc/nvim-colorizer.lua/modules/colorizer.html)
A high-performance color highlighter for Neovim which has **no external dependencies**! Written in performant Luajit.
@@ -72,7 +72,7 @@ require 'colorizer'.setup {
```
-For lower level interface, see the [LuaDocs for API details](https://norcalli.github.io/luadoc/nvim-colorizer.lua/doc/modules/colorizer.html) or use `:h colorizer.lua` once installed.
+For lower level interface, see the [LuaDocs for API details](https://norcalli.github.io/luadoc/nvim-colorizer.lua/modules/colorizer.html) or use `:h colorizer.lua` once installed.
## TODO