summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-05-13 02:37:32 +0200
committermo8it <mo8it@proton.me>2024-05-13 02:37:32 +0200
commitd2b5906be226f936481ff3a5cb8fccde5c721524 (patch)
tree2be741e8cb037bb7bec0d2502376afe9cd5c446a /README.md
parentf9e35a4344cd7d51923f1983cf824fb36be92d50 (diff)
No more word input
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3ba080f..0180608 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,7 @@ It will rerun the current exercise automatically every time you change the exerc
<details>
<summary><strong>If detecting file changes in the <code>exercises/</code> directory fails…</strong> (<em>click to expand</em>)</summary>
-> You can add the **`--manual-run`** flag (`rustlings --manual-run`) to manually rerun the current exercise by entering `r` (or `run`) in the watch mode.
+> You can add the **`--manual-run`** flag (`rustlings --manual-run`) to manually rerun the current exercise by entering `r` in the watch mode.
>
> Please [report the issue](https://github.com/rust-lang/rustlings/issues/new) with some information about your operating system and whether you run Rustlings in a container or virtual machine (e.g. WSL).
@@ -106,7 +106,7 @@ It will rerun the current exercise automatically every time you change the exerc
### Exercise List
-In the [watch mode](#watch-mode) (after launching `rustlings`), you can enter `l` (or `list`) to open the interactive exercise list.
+In the [watch mode](#watch-mode) (after launching `rustlings`), you can enter `l` to open the interactive exercise list.
The list allows you to…