aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlvaro Sevilla <alvaro@chainalysis.com>2021-07-05 23:59:22 +0100
committerAlvaro Sevilla <alvaro@chainalysis.com>2021-07-05 23:59:58 +0100
commitfbca93819279369f3ad65196e41ce1e39e9f20e3 (patch)
tree984e53d9912c7a673138beed2ad36eddc8c85f0d /README.md
parent57f7bc3fc898e8d37f8ad8a462fd47acf27c177e (diff)
downloadminitab.nvim-fbca93819279369f3ad65196e41ce1e39e9f20e3.tar.xz
minitab.nvim-fbca93819279369f3ad65196e41ce1e39e9f20e3.zip
Fix typo in README
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 ce5c7d5..f1970cd 100644
--- a/README.md
+++ b/README.md
@@ -16,11 +16,11 @@ use { 'alvarosevilla95/luatab.nvim', requires='kyazdani42/nvim-web-devicons' }
Add this to your init.lua:
```
-Tabline = require'tabline'.tabline
+Tabline = require'luatab'.tabline
vim.cmd[[ set tabline=%!luaeval('Tabline()') ]]
```
-Note: `require'tabline'.tabline` must be assigned to a global variable for it to be picked up by `luaeval`. If you know a better method, PRs are welcome.
+Note: `require'luatab'.tabline` must be assigned to a global variable for it to be picked up by `luaeval`. If you know a better method, PRs are welcome.
## Configuration
You can also define your own tabline function using the provided functions for help. The default tabline is equivalent to: