From f2d4fa7765751618c3cb61a3b14c160339b9fe3d Mon Sep 17 00:00:00 2001 From: girst Date: Wed, 28 Feb 2018 03:03:03 +0100 Subject: [PATCH] fix typos in readme --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 381e1ec..10a2915 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Complete documentation and screenshots can be found on the | `^`/`G`/`g`/`$` | move to the very left / bottom / top / right | | `i` | flag / unflag | | `o` | open / chord | -| space` | modeful, either open or flag | +| space | modeful, either open or flag | | `a` | toggle mode for space (open/flag) | | `r` | restart game | | Ctrl-L | redraw screen | @@ -30,15 +30,15 @@ A new game can be started by clicking on the `:D` icon. ## Command line arguments -| Arg. | Description | -| ------------ | --------------------------------------------- | -| `-h` | quick help | -| `-n` | disable flagging | -| `-f` | enable flagging (default) | -| `-q` | enable question marks | -| `-c` | switch to the colored scheme | -| `-d` | switch to the DEC charset scheme | -| *W*`x`*H*`M` | Fieldspec, width \* height \* number of mines | +| Arg. | Description | +| --------------- | --------------------------------------------- | +| `-h` | quick help | +| `-n` | disable flagging | +| `-f` | enable flagging (default) | +| `-q` | enable question marks | +| `-c` | switch to the colored scheme | +| `-d` | switch to the DEC charset scheme | +| *W*`x`*H*`x`*M* | Fieldspec, width \* height \* number of mines | ## Character Schemes -- 2.39.3