From 8326d91cbbe355de223f16d1e3aadf047a57a734 Mon Sep 17 00:00:00 2001 From: matthias ferraina Date: Fri, 25 Jun 2021 17:39:37 +0200 Subject: [PATCH] Update README.md fix(doc) : fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97cce3c7..85d9fd20 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ more details see [contributing.md](contributing.md). 4. Open a Rust project (`File > Add Folder to Workspace...`). Open the folder for the whole project (i.e., the folder containing `Cargo.toml`, not the `src` folder). 5. You'll be prompted to install the Rust server. Once installed, it should start - analyzing your project (RLS will also have to to build the project). + analyzing your project (RLS will also have to build the project). ## Configuration