diff options
author | Kevin Vu <kevin.m.vu@gmail.com> | 2022-07-04 18:16:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-04 18:16:32 -0700 |
commit | c30d2d46488d1c2b3f48dec1610f753caa6e4a08 (patch) | |
tree | 11f47ec94e614b0a76d00a2b2cb1065b2a6842bb /readme.md | |
parent | eba78af8b5fefb50a6f0bef3d9f3cae1a4707e51 (diff) |
Fix firmware version in readme (#349)
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ To set up the local build enviroment to create the firmware image manually, head And instead of using just `qmk setup`, you will want to run this instead: ```sh -qmk setup zsa/qmk_firmware -b firmware20 +qmk setup zsa/qmk_firmware -b firmware21 ``` ## Maintainers |