From 4a67de217a66fb368356880ca0ad822e769736b0 Mon Sep 17 00:00:00 2001 From: Luke Bakken Date: Sat, 30 Apr 2022 10:39:16 -0700 Subject: docs: fix checkhealth command in README (#2884) Health check command should be `:checkhealth nvim-treesitter` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61b87f88..e6304efd 100644 --- a/README.md +++ b/README.md @@ -472,7 +472,7 @@ Check [`:h nvim-treesitter-utils`](doc/nvim-treesitter.txt) for more information # Troubleshooting -Before doing anything, make sure you have the latest version of this plugin and run `:checkhealth nvim_treesitter`. +Before doing anything, make sure you have the latest version of this plugin and run `:checkhealth nvim-treesitter`. It can also help to update the parsers via `:TSUpdate`. #### Feature `X` does not work for `{language}`... -- cgit v1.2.3