summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiyan Yazdani <yazdani.kiyan@protonmail.com>2020-04-22 19:46:57 +0200
committerGitHub <noreply@github.com>2020-04-22 19:46:57 +0200
commit7a8f16b89921bcf42856ac4a027199f013eed020 (patch)
tree1854463f74d253b9908d26c90e44542d30accf91
parente8d85ddca8ff98430e186a3c43b068bcfe944fdb (diff)
Update README.md
Co-Authored-By: Thomas Vigouroux <39092278+vigoux@users.noreply.github.com>
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4774d49d..43ad53c3 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ provides two command to tackle this issue:
- `TSInstall` to install a given parser.
- `TSInstallInfo` to know which parser is installed.
-Let's say you need a parser for `lua`, `c`, and `python`, this is how you do with these commands:
+Let's say you need parsers for `lua`, `c`, and `python`, this is how you do with these commands:
```vim
:TSInstall c
Downloading...
@@ -103,4 +103,3 @@ If everything is okay, then it might be an actual error.
In both cases, feel free to open an issue here.
-