summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrotzeit <brotzeitmacher@gmail.com>2021-10-23 13:28:29 +0200
committerbrotzeit <brotzeitmacher@gmail.com>2021-10-23 13:28:29 +0200
commit6e1004490f385d9410e53160204c0760b76b2230 (patch)
tree4f02c46d534c7634ea568d68cbceb92f20d18aaf
parent405ac98629af1a232c1000328b6becce4bcaeeb8 (diff)
downloadrust-mode-6e1004490f385d9410e53160204c0760b76b2230.tar.gz
update readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6bddd7b..16ebf41 100644
--- a/README.md
+++ b/README.md
@@ -146,7 +146,7 @@ This is bound to <kbd>C-c C-d</kbd> by default.
### eglot
-eglot is a lightweight lsp client.
+A lightweight lsp client.
```elisp
(add-hook 'rust-mode-hook 'eglot-ensure)
@@ -154,7 +154,7 @@ eglot is a lightweight lsp client.
### lsp-mode
-lsp-mode provides more features and you can enhance the functionality
+Provides more features and you can enhance the functionality
by using additional packages. You can find more information in the
[lsp-mode wiki](https://emacs-lsp.github.io/lsp-mode/page/installation/#vanilla-emacs).