aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2018-11-21 14:44:33 -0800
committerGitHub <noreply@github.com>2018-11-21 14:44:33 -0800
commitdc14ceca4c58383bd693bdf0e912fed7c0e3f4e6 (patch)
tree06013cf5431259ffc6667fcdb3cc88ef19a95d97
parent01c295a41c6f80e8999db07f9b07d29943f98040 (diff)
downloadnimterop-dc14ceca4c58383bd693bdf0e912fed7c0e3f4e6.tar.gz
nimterop-dc14ceca4c58383bd693bdf0e912fed7c0e3f4e6.zip
Update README.md
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4df46fc..2ea23e9 100644
--- a/README.md
+++ b/README.md
@@ -21,9 +21,9 @@ __Installation__
Nimterop can be installed via [Nimble](https://github.com/nim-lang/nimble):
```
-> nimble install http://github.com/genotrance/nimtreesitter?subdir=treesitter
-> nimble install http://github.com/genotrance/nimtreesitter?subdir=treesitter_c
-> nimble install http://github.com/genotrance/nimtreesitter?subdir=treesitter_cpp
+> nimble install "http://github.com/genotrance/nimtreesitter?subdir=treesitter"
+> nimble install "http://github.com/genotrance/nimtreesitter?subdir=treesitter_c"
+> nimble install "http://github.com/genotrance/nimtreesitter?subdir=treesitter_cpp"
> nimble install http://github.com/genotrance/nimterop
```