From bd0fc3e43924881799f45918f7909fc816f9bff3 Mon Sep 17 00:00:00 2001 From: RokasPuzonas <59289995+RokasPuzonas@users.noreply.github.com> Date: Sun, 29 Dec 2019 21:35:51 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7295971..a621dfc 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The application can be launched with the following command: ```bash python main.py ``` -You can change the starting board by editing `board.txt` in the root directory. Each line must have 9 whitespace seperated values ranging from 0-9, 0 meaning that the cell is empty. There must be 9 lines for in total of 81 values. If the number of values wasen't 81 the board will be blank. Here is an example of how it should look like: +You can change the starting board by editing `board.txt` in the root directory. Each line must have 9 whitespace seperated values ranging from 0-9, 0 meaning that the cell is empty. There must be 9 lines for in total of 81 values. If the number of values wasn't 81 the board will be blank. Here is an example of how it should look like: ``` 0 0 5 0 0 1 2 7 4 2 0 0 0 0 5 0 0 0