Fix punctuation in readme
This commit is contained in:
parent
c26f8c948e
commit
bd65108a48
|
@ -12,8 +12,8 @@ or use one of the provided executables in the [releases tab](https://git.alexand
|
||||||
|
|
||||||
Run the program and select the size of the minefield, or press enter to go with the default.
|
Run the program and select the size of the minefield, or press enter to go with the default.
|
||||||
|
|
||||||
To reveal tiles, simply type a command in the format of `x,y` such as `3,5`
|
To reveal tiles, simply type a command in the format of `x,y` such as `3,5`.
|
||||||
To flag tiles, prefix that command with an `f`, like `f3,5`
|
To flag tiles, prefix that command with an `f`, like `f3,5`.
|
||||||
To quit, use `CTRL+C` or the `q` command.
|
To quit, use `CTRL+C` or the `q` command.
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
Loading…
Reference in a new issue