From 9bb0f863e6672e86f240616920824be1f8112a07 Mon Sep 17 00:00:00 2001 From: alirezaghey Date: Mon, 29 Nov 2021 00:06:19 +0100 Subject: [PATCH] fixed small English 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