aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-03-20 09:25:03 +0000
committerAleksey Kladov <[email protected]>2019-03-20 09:25:03 +0000
commitab9fef1ee26c185cdf2b14c3d21ecfae7b0905ae (patch)
treebf5ae8231c814926f3685e424bb7e36566b25961 /README.md
parent505bd45bcc44ee58090e514f46cbe884924e3574 (diff)
sadly, we support only a single language atm
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 638804632..ad3ad22c3 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ To build rust-analyzer, you need:
24* latest stable rust for language server itself 24* latest stable rust for language server itself
25* latest stable npm and VS Code for VS Code extension (`code` should be a path) 25* latest stable npm and VS Code for VS Code extension (`code` should be a path)
26 26
27For setup for other languages, see [./docs/user](./docs/user). 27For setup for other editors, see [./docs/user](./docs/user).
28 28
29``` 29```
30# clone the repo 30# clone the repo