From 84ea68b0460bd563170ad5ef637511c69a8ab6a5 Mon Sep 17 00:00:00 2001 From: Steve Vermeulen Date: Tue, 27 Aug 2024 21:06:18 +0800 Subject: [PATCH] Fix to docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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