summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorGergely Nagy <algernon@madhouse-project.org>2016-07-30 08:37:30 +0200
committerGergely Nagy <algernon@madhouse-project.org>2016-07-30 08:37:30 +0200
commit8a9bf1f1653a5029ffd8f1e1171cd0b16bc2bc71 (patch)
tree66ef1559325eade53478a628ccaf77ac6106fc2a /readme.md
parent0b7557b60fc5c4fbc356eb161fc51e075d3cb9fd (diff)
Update some obsolete references
Some links were still pointing to `/keyboards/ergodox_ez`, while the directory is `/keyboards/erdogox` now. Not all references have been updated, and some of the text here and there may need updating to mention the ErgoDox Infinity too, but that's out of the scope for this quick fix. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 45af1b0c3a..c3d866f36b 100644
--- a/readme.md
+++ b/readme.md
@@ -82,9 +82,9 @@ If this is a bit complex for you, Docker might be the turn-key solution you need
```bash
# You'll run this every time you want to build a keymap
# modify the keymap and keyboard assigment to compile what you want
-# defaults are ergodox_ez/default
+# defaults are ergodox/default
-docker run -e keymap=gwen -e keyboard=ergodox_ez --rm -v $('pwd'):/qmk:rw edasque/qmk_firmware
+docker run -e keymap=gwen -e keyboard=ergodox --rm -v $('pwd'):/qmk:rw edasque/qmk_firmware
```