diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ useful IDE experience and some people use it as a daily driver. | |||
22 | To build rust-analyzer, you need: | 22 | To 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 | ||
27 | For setup for other editors, see [./docs/user](./docs/user). | 27 | For setup for other editors, see [./docs/user](./docs/user). |
28 | 28 | ||