From f27207e80793ab3bb8e639f6f08a46de1b0b844b Mon Sep 17 00:00:00 2001
From: tmk <tmk@users.noreply.github.com>
Date: Wed, 14 Jan 2015 05:16:09 +0900
Subject: [PATCH] Updated FAQ Keymap (markdown)

---
 FAQ-Keymap.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/FAQ-Keymap.md b/FAQ-Keymap.md
index bdf9a90c3a..ea7fea7cb2 100644
--- a/FAQ-Keymap.md
+++ b/FAQ-Keymap.md
@@ -1,10 +1,10 @@
 # Keymap
 ## Sysrq key
-Use keycode for Print Screen(`KC_PSCREEN' or `KC_PSCR`) instead of `KC_SYSREQ`. Key combination of 'Alt + Print Screen' is recognized as 'System request'.
+Use keycode for Print Screen(`KC_PSCREEN` or `KC_PSCR`) instead of `KC_SYSREQ`. Key combination of 'Alt + Print Screen' is recognized as 'System request'.
 
 See [issue #168](https://github.com/tmk/tmk_keyboard/issues/168) and
-http://en.wikipedia.org/wiki/Magic_SysRq_key
-http://en.wikipedia.org/wiki/System_request
+- http://en.wikipedia.org/wiki/Magic_SysRq_key
+- http://en.wikipedia.org/wiki/System_request
 
 ## Power key doesn't work
 Use `KC_PWR` instead of `KC_POWER` or vice versa.