aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 298ee8182..f542e4933 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ It is strongly recommended to automate this; e.g., using the following spec with
'nvim-treesitter/nvim-treesitter',
lazy = false,
build = ':TSUpdate'
-})
+}
```
>[!IMPORTANT]