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 | firmware-e4823aadec24bca0ecfd1184562d27a49fd20544.tar.gz firmware-e4823aadec24bca0ecfd1184562d27a49fd20544.tar.bz2 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 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> |