From 7fafa44625bbd646b57c8e02eb1519705e050ace Mon Sep 17 00:00:00 2001 From: Lorenzo Villani <241660+lvillani@users.noreply.github.com> Date: Sun, 28 Oct 2018 16:33:56 +0100 Subject: Move backtick after "use" --- ARCHITECTURE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ARCHITECTURE.md') diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index 1efd1e054..f16ff782c 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -118,8 +118,8 @@ VS Code plugin ## Common workflows To try out VS Code extensions, run `cargo install-code`. This installs both the -`ra_lsp_server` binary and VS Code extension. To install only the binary, `use -cargo install --path crates/ra_lsp_server --force` +`ra_lsp_server` binary and VS Code extension. To install only the binary, use +`cargo install --path crates/ra_lsp_server --force` To see logs from the language server, set `RUST_LOG=info` env variable. To see all communication between the server and the client, use -- cgit v1.2.3