diff options
| author | Joel Challis | 2024-05-30 11:00:28 +0200 |
|---|---|---|
| committer | GitHub | 2024-05-30 11:00:28 +0200 |
| commit | b39285807e1d21300e8a5dbbf6f2c43a8aab3494 (patch) | |
| tree | 311895a73c967f5d322885c1a9f1073a7b9f1b91 /docs/flashing_bootloadhid.md | |
| parent | 6ef97172889ccd5db376b2a9f8825489e24fdac4 (diff) | |
[docs] Fix code blocks overflowing page width (#23829)
Fix code blocks overflowing page width
Diffstat (limited to 'docs/flashing_bootloadhid.md')
| -rw-r--r-- | docs/flashing_bootloadhid.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/flashing_bootloadhid.md b/docs/flashing_bootloadhid.md index 6e55a4e7fd..2d1696c6e7 100644 --- a/docs/flashing_bootloadhid.md +++ b/docs/flashing_bootloadhid.md @@ -19,7 +19,9 @@ Using the QMK installation script, detailed [here](newbs_getting_started), the r To flash via the command line, use the target `:bootloadhid` by executing the following command: - make <keyboard>:<keymap>:bootloadhid +``` +make <keyboard>:<keymap>:bootloadhid +``` ## GUI Flashing |