Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
aravinda0 authored Oct 20, 2024
1 parent 14e0427 commit 8faa7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 8faa7e4

Please sign in to comment.