summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2021-10-01 22:07:27 +0200
committerStephan Seitz <stephan.seitz@fau.de>2021-10-01 22:21:16 +0200
commitf96298df9499815b40f6ebd51bd96c7c1e372a15 (patch)
tree005f4ea20be478dab6a4160db5176c94822078de
parent412752130d52717860ec6dd426e9c02dbf1338ef (diff)
Update README.md
Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 415e8fdc..24e6a7aa 100644
--- a/README.md
+++ b/README.md
@@ -497,7 +497,7 @@ require("nvim-treesitter.install").command_extra_args = {
curl = { "--proxy", "<proxy url>" },
}
```
-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