From 653b4b0441ca4e90c27e747af5ae27282c6b1e39 Mon Sep 17 00:00:00 2001 From: pacexy Date: Wed, 29 Jan 2025 21:00:25 +0800 Subject: [PATCH] update docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e786420e..90e37f40 100644 --- a/README.md +++ b/README.md @@ -110,9 +110,9 @@ It will rerun the current exercise automatically every time you change the exerc You can specify an editor command with the `--editor` option to open exercises directly from watch mode: ```bash -rustlings --editor code # For VS Code -rustlings --editor vim # For Vim -rustlings --editor "code --wait" # For VS Code with wait option +rustlings --editor code # For VS Code +rustlings --editor vim # For Vim +rustlings --editor "code --wait" # For VS Code with wait argument ``` Then press `e` in watch mode to open the current exercise in your editor.