From 8faa7e4b6de602fbcdc06ad2f6a504fe5c897f88 Mon Sep 17 00:00:00 2001 From: Aravinda Rao Date: Sun, 20 Oct 2024 11:02:23 +0530 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5d382b6..2e51057e 100644 --- a/README.md +++ b/README.md @@ -618,7 +618,7 @@ Note that in order to trigger completion for tags _within YAML frontmatter_ you #### Syntax highlighting -If you're using [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter/blob/master/README.md) you're configuration should include both "markdown" and "markdown_inline" sources: +If you're using [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter/blob/master/README.md) your configuration should include both "markdown" and "markdown_inline" sources: ```lua require("nvim-treesitter.configs").setup({