summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/cli/commands.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cli/commands.md b/docs/cli/commands.md
index c4590f5f..c912ca2d 100644
--- a/docs/cli/commands.md
+++ b/docs/cli/commands.md
@@ -256,7 +256,7 @@ Please generate a Conventional Commit message based on the following git diff:
```diff
!{git diff --staged}
-````
+```
"""
@@ -277,7 +277,7 @@ First, ensure the user commands directory exists, then create a `refactor` subdi
```bash
mkdir -p ~/.gemini/commands/refactor
touch ~/.gemini/commands/refactor/pure.toml
-````
+```
**2. Add the content to the file:**