diff options
| author | Teddy Wing | 2013-10-27 22:21:54 -0400 |
|---|---|---|
| committer | Teddy Wing | 2013-10-27 22:21:54 -0400 |
| commit | 52cab1506383ff25bbdca93b968ad1ceee74682c (patch) | |
| tree | 0b00d66f961bf6157986d449295299f1893347ac | |
| parent | 083cba5712aec007f6b6f5e07893f893926c2b0b (diff) | |
| download | No-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.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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 |
