summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index c038caa..88794da 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-INGAR'S SUDOKU SOLVER - README
+SUDOKU SOLVER - README
I'm not a fervent sudoku solver but I always wanted to try implementing
a program to solve the puzzles faster than I can. This is my first attempt.
@@ -17,7 +17,7 @@ BUILDING INSTRUCTIONS
../configure
make
- The binary will be called 'sudoku' and be located in the 'src' directory.
+ The binary will be called 'sudokusolver' and be located in the 'src' directory.
You can run it from within the build directory:
src/sudoku