From 52cab1506383ff25bbdca93b968ad1ceee74682c Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 27 Oct 2013 22:21:54 -0400 Subject: 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. --- README.md | 16 ++++++++-------- 1 file 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 -- cgit v1.2.3