aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2013-10-27 22:21:54 -0400
committerTeddy Wing2013-10-27 22:21:54 -0400
commit52cab1506383ff25bbdca93b968ad1ceee74682c (patch)
tree0b00d66f961bf6157986d449295299f1893347ac
parent083cba5712aec007f6b6f5e07893f893926c2b0b (diff)
downloadNo-More-GitHub-Neck-Cricks-for-Chrome-52cab1506383ff25bbdca93b968ad1ceee74682c.tar.bz2
README: fix markdown lists
Lists from the last update with navigation information were wrong resulting in an unintelligible paragraph instead of a list when Markdown was parsed.
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index e29c856..04da1bc 100644
--- a/README.md
+++ b/README.md
@@ -12,16 +12,16 @@ To install the extension, open the Extensions window in Chrome and click 'Load u
The graph may be rotated, but the controls aren't. Here's a handy translation key.
## Mouse dragging
-UP: graph moves RIGHT
-DOWN: graph moves LEFT
-LEFT: graph moves UP
-RIGHT: graph moves DOWN
+* UP: graph moves RIGHT
+* DOWN: graph moves LEFT
+* LEFT: graph moves UP
+* RIGHT: graph moves DOWN
## Arrow keys (keyboard)
-UP: graph moves LEFT
-DOWN: graph moves RIGHT
-LEFT: graph moves UP
-RIGHT: graph moves DOWN
+* UP: graph moves LEFT
+* DOWN: graph moves RIGHT
+* LEFT: graph moves UP
+* RIGHT: graph moves DOWN
# License