From bd65108a4825a8e5724a1a5c13fca4c259bf3893 Mon Sep 17 00:00:00 2001 From: Alexander Bass Date: Mon, 3 Apr 2023 17:07:24 -0400 Subject: [PATCH] Fix punctuation in readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 549665a..a737daf 100644 --- a/readme.md +++ b/readme.md @@ -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. -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 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 quit, use `CTRL+C` or the `q` command. ## Screenshots