diff options
author | Ryan <fauxpark@gmail.com> | 2020-05-26 12:43:14 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-25 19:43:14 -0700 |
commit | e4823aadec24bca0ecfd1184562d27a49fd20544 (patch) | |
tree | 66699e086fdd4b6c87bf2f83f4fae74c4e8ecded /docs/newbs_getting_started.md | |
parent | 5c9906eb4fc569cd08d88dcd85ce9afaa5410ffb (diff) | |
download | qmk_firmware-e4823aadec24bca0ecfd1184562d27a49fd20544.tar.gz qmk_firmware-e4823aadec24bca0ecfd1184562d27a49fd20544.zip |
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 83df2f305..1367d1b40 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 | |||
135 | 135 | ||
136 | qmk config user.keyboard=clueboard/66/rev4 | 136 | qmk config user.keyboard=clueboard/66/rev4 |
137 | 137 | ||
138 | You can also set your default keymap name. Most people use their github username here, and we recommend that you do too. | 138 | You can also set your default keymap name. Most people use their GitHub username here, and we recommend that you do too. |
139 | 139 | ||
140 | qmk config user.keymap=<github_username> | 140 | qmk config user.keymap=<github_username> |
141 | 141 | ||