diff options
| author | Ryan | 2020-05-26 04:43:14 +0200 |
|---|---|---|
| committer | GitHub | 2020-05-26 04:43:14 +0200 |
| commit | e4823aadec24bca0ecfd1184562d27a49fd20544 (patch) | |
| tree | 66699e086fdd4b6c87bf2f83f4fae74c4e8ecded /docs/newbs_getting_started.md | |
| parent | 5c9906eb4fc569cd08d88dcd85ce9afaa5410ffb (diff) | |
Fix capitalisation of "GitHub" (#9184)
Diffstat (limited to 'docs/newbs_getting_started.md')
| -rw-r--r-- | docs/newbs_getting_started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/newbs_getting_started.md b/docs/newbs_getting_started.md index 83df2f3050..1367d1b409 100644 --- a/docs/newbs_getting_started.md +++ b/docs/newbs_getting_started.md @@ -135,7 +135,7 @@ Most people new to QMK only have 1 keyboard. You can set this keyboard as your d qmk config user.keyboard=clueboard/66/rev4 -You can also set your default keymap name. Most people use their github username here, and we recommend that you do too. +You can also set your default keymap name. Most people use their GitHub username here, and we recommend that you do too. qmk config user.keymap=<github_username> |