branch: elpa/rust-mode
commit c5c7ed31a2e1106ab4835b135618a34570796dc7
Author: Nathan Moreau <[email protected]>
Commit: GitHub <[email protected]>
Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index b2a18aa..7fb3f35 100644
--- a/README.md
+++ b/README.md
@@ -97,8 +97,8 @@ on save:
## Running / testing / compiling code
-The `rust-run`, `rust-test` and `rust-compile` functions shell out to
-Cargo to run, test or build your code. Under the hood, these use the
+The `rust-run`, `rust-test`, `rust-compile` and `rust-check` functions shell
out to
+Cargo to run, test, build and check your code. Under the hood, these use the
standard Emacs `compile` function.
These are not bound by default. To bind these to keyboard shortcuts,