diff --git a/README.md b/README.md index f9d759c..2c3da43 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ You will need to install `diagnostic-languageserver` and `nvim-lspconfig` before ```lua use { - { 'creativenull/diagnosticls-configs-nvim', tag = 'v0.1.1' }, -- `tag` is optional + { 'creativenull/diagnosticls-configs-nvim', tag = 'v0.1.2' }, -- `tag` is optional requires = { 'neovim/nvim-lspconfig' } } ```