aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/user/readme.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc
index 8780a2995..8f741aaa9 100644
--- a/docs/user/readme.adoc
+++ b/docs/user/readme.adoc
@@ -73,7 +73,7 @@ Note that installing via `xtask install` does not work for VS Code Remote, inste
73 73
74Other editors generally require `ra_lsp_server` binary to be in `$PATH`. 74Other editors generally require `ra_lsp_server` binary to be in `$PATH`.
75You can download pre-build binary from 75You can download pre-build binary from
76https://github.com/rust-analyzer/rust-analyzer/releases[relases] 76https://github.com/rust-analyzer/rust-analyzer/releases[releases]
77page, or you can install it from source using the following command: 77page, or you can install it from source using the following command:
78 78
79[source,bash] 79[source,bash]