diff --git a/README.md b/README.md index 33e7390..4aee92d 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Install the [lspconfig plugin](https://github.com/neovim/nvim-lspconfig) and put ```lua local lspconfig = require("lspconfig") -lspconfig.teal_language_server.setup {} +lspconfig.teal_ls.setup {} ``` # Usage