From 290237d2eb472522191721397d0c4db905cdc565 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Wed, 20 Mar 2019 17:39:56 +0300 Subject: [PATCH] Update README.md Co-Authored-By: matklad --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad3ad22c31..3a0c9dee16 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ useful IDE experience and some people use it as a daily driver. To build rust-analyzer, you need: * latest stable rust for language server itself -* latest stable npm and VS Code for VS Code extension (`code` should be a path) +* latest stable npm and VS Code for VS Code extension (`code` should be in path) For setup for other editors, see [./docs/user](./docs/user).