From ab9fef1ee26c185cdf2b14c3d21ecfae7b0905ae Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 20 Mar 2019 12:25:03 +0300 Subject: sadly, we support only a single language atm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: * latest stable rust for language server itself * latest stable npm and VS Code for VS Code extension (`code` should be a path) -For setup for other languages, see [./docs/user](./docs/user). +For setup for other editors, see [./docs/user](./docs/user). ``` # clone the repo -- cgit v1.2.3