diff --git a/README.md b/README.md index 4dbdeb2..3340d14 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,18 @@ The doomsday algorithm is a quick and simple way to determine the day of week of (See [the Wikipedia page](https://en.wikipedia.org/wiki/Doomsday_rule) for more information) This trainer provides you with random dates and times your attempt at finding the day of week. +## Usage + +After running this program, use the following commands + +### Available commands: + +train - start the training + +info - show the method + +exit - exit the program + ## Examples 2089-09-13 @@ -11,4 +23,4 @@ This trainer provides you with random dates and times your attempt at finding th 2057-06-14 Input day of week (0 for Sunday, 1 for Monday etc.): 4 - Correct! Your time was 2.5611350536346436 seconds. \ No newline at end of file + Correct! Your time was 2.5611350536346436 seconds.