summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorErez Zukerman <ezuk@madmimi.com>2016-05-29 02:51:25 +0200
committerErez Zukerman <ezuk@madmimi.com>2016-05-29 02:51:25 +0200
commit536ad6813a452328d8b3437c55c1984f84eecc79 (patch)
treeff0e41564e1c3d39823b87c346745dab8b063a27 /README.md
parentd7ed882d2a32dd0cf1df66c204f5e52395726a41 (diff)
downloadqmk_firmware-536ad6813a452328d8b3437c55c1984f84eecc79.tar.gz
qmk_firmware-536ad6813a452328d8b3437c55c1984f84eecc79.tar.xz
Corrects a backtick
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 9c8f926e2..2c8257528 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ The OLKB product firmwares are maintained by Jack, the Ergodox EZ by Erez, and t
This is not a tiny project. While this is the main Readme, there are many other files you might want to consult. Here are some points of interest:
-* The Readme for your own keyboard: This is found under `keyboards/<your keyboards's name>/'. So for the ErgoDox EZ, it's [here](keyboard/ergodox_ez/); for the Atomic, it's [here](keyboard/atomic/) and so on.
+* The Readme for your own keyboard: This is found under `keyboards/<your keyboards's name>/`. So for the ErgoDox EZ, it's [here](keyboard/ergodox_ez/); for the Atomic, it's [here](keyboard/atomic/) and so on.
* The [build guide](BUILD_GUIDE.md), also mentioned in the next section. This is how you put your development environment together so you can compile the firmware.
* The list of possible keycodes you can use in your keymap is actually spread out in a few different places:
* [tmk_core/common/keycode.h](tmk_core/common/keycode.h) - the base TMK keycodes. This is the actual source file.