aboutsummaryrefslogtreecommitdiff
path: root/docs/user/readme.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/user/readme.adoc')
-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 fb3312614..4ce05a26c 100644
--- a/docs/user/readme.adoc
+++ b/docs/user/readme.adoc
@@ -43,7 +43,7 @@ image::https://user-images.githubusercontent.com/9021944/75067008-17502500-54ba-
43> Note: to disable this notification put the following to `settings.json` 43> Note: to disable this notification put the following to `settings.json`
44> ```json 44> ```json
45{ 45{
46 "rust-analyzer.alwaysDownloadServer": true 46 "rust-analyzer.askBeforeDownload": false
47} 47}
48``` 48```
49 49