summaryrefslogtreecommitdiff
path: root/website/content/usage/index.md
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2025-05-17 16:06:04 +0200
committermo8it <mo8it@proton.me>2025-05-17 16:06:04 +0200
commit8339007633115125bf90b01b7839ce91fd97c4af (patch)
tree0ef80b4ddc9dc00a0073c3215b0aad1e3215c4dc /website/content/usage/index.md
parent23b9aa3a1544228f85411e7c2703bf0ec6c35cba (diff)
Update setup and usage
Diffstat (limited to 'website/content/usage/index.md')
-rw-r--r--website/content/usage/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/content/usage/index.md b/website/content/usage/index.md
index 44e24a2..7c8b0dd 100644
--- a/website/content/usage/index.md
+++ b/website/content/usage/index.md
@@ -16,7 +16,7 @@ Some exercises contain tests that need to pass for the exercise to be done ✅
Search for `TODO` and `todo!()` to find out what you need to change.
Ask for hints by entering `h` in the _watch mode_ 💡
-### Watch Mode
+## Watch Mode
After the [initialization](@/setup/index.md#initialization), Rustlings can be launched by simply running the command `rustlings`.
@@ -32,7 +32,7 @@ It will rerun the current exercise automatically every time you change the exerc
</details>
-### Exercise List
+## Exercise List
In the [watch mode](#watch-mode) (after launching `rustlings`), you can enter `l` to open the interactive exercise list.