summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorKevin Vu <kevin.m.vu@gmail.com>2022-07-04 18:16:32 -0700
committerGitHub <noreply@github.com>2022-07-04 18:16:32 -0700
commitc30d2d46488d1c2b3f48dec1610f753caa6e4a08 (patch)
tree11f47ec94e614b0a76d00a2b2cb1065b2a6842bb /readme.md
parenteba78af8b5fefb50a6f0bef3d9f3cae1a4707e51 (diff)
Fix firmware version in readme (#349)
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 3194939744..eae209d218 100644
--- a/readme.md
+++ b/readme.md
@@ -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