diff --git a/README.md b/README.md index 415e8fdcb..24e6a7aa1 100644 --- a/README.md +++ b/README.md @@ -497,7 +497,7 @@ require("nvim-treesitter.install").command_extra_args = { curl = { "--proxy", "" }, } ``` -or you configure git via `.gitconfig` and use git instead of curl +or you can configure git via `.gitconfig` and use git instead of curl ```lua require("nvim-treesitter.install").prefer_git = true