diff options
| author | David Rees <[email protected]> | 2025-08-05 16:30:57 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-05 23:30:57 +0000 |
| commit | 805114aef82de95c7d66be9f7ba170cf61dfb9fa (patch) | |
| tree | f30c907e4b436e1d7777384c62cd66b75a048ac1 | |
| parent | 91035ad7b0a6d976c003f37fef9513da8f3635e9 (diff) | |
fix(docs): Fix code block delimiters in commands.md (#5521)
Co-authored-by: Sandy Tao <[email protected]>
| -rw-r--r-- | docs/cli/commands.md | 4 |
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:** |
