diff options
author | Danny <nooges@users.noreply.github.com> | 2019-07-20 15:09:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-20 15:09:13 -0400 |
commit | 1c0a7ad6c2d5c133a7c8892c9265cda08288a4f4 (patch) | |
tree | fb829b3beaaa0b8095d207eb4372289a63c468f7 | |
parent | 001a6c24aeadce25118a979cf87ebe6bee5674a4 (diff) | |
parent | 6b1db7da23c8fed2953c9d826c6a129d17aa1af3 (diff) | |
download | qmk_firmware-1c0a7ad6c2d5c133a7c8892c9265cda08288a4f4.tar.gz qmk_firmware-1c0a7ad6c2d5c133a7c8892c9265cda08288a4f4.zip |
Fix Numbrero Handwired make example in readme (#6379)
Fix Numbrero Handwired make example in readme
-rw-r--r-- | keyboards/handwired/numbrero/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/numbrero/readme.md b/keyboards/handwired/numbrero/readme.md index 42f005dbe2..931c601274 100644 --- a/keyboards/handwired/numbrero/readme.md +++ b/keyboards/handwired/numbrero/readme.md @@ -8,6 +8,6 @@ Hardware Availability: The Board Podcast Slack Make example for this keyboard (after setting up your build environment): - make handwired/numbrero/numbrero:default + make handwired/numbrero:default See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). |