aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbjorn3 <[email protected]>2019-03-20 14:39:56 +0000
committerGitHub <[email protected]>2019-03-20 14:39:56 +0000
commit290237d2eb472522191721397d0c4db905cdc565 (patch)
tree6686cee7ea4f04d6b5e5f02f3ae2629799ee1e99
parent86d5c32e4a96dc18ebc3f834ee74d403e4deceba (diff)
Update README.md
Co-Authored-By: matklad <[email protected]>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ad3ad22c3..3a0c9dee1 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ useful IDE experience and some people use it as a daily driver.
22To build rust-analyzer, you need: 22To build rust-analyzer, you need:
23 23
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 in path)
26 26
27For setup for other editors, see [./docs/user](./docs/user). 27For setup for other editors, see [./docs/user](./docs/user).
28 28