From d8d844868dfef0325b3db92478eae66e114f68c0 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Tue, 1 Dec 2015 02:02:53 +0100 Subject: [PATCH] Documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 982589f..3727f7f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Magic Word Square (aka. CrossDoku) Solver ========================================= Get a dictionary file (text file with one word per line) from [here](http://www.puzzlers.org/dokuwiki/doku.php?id=solving:wordlists:about:start) -and change the `WORDLIST` variable accordingly. +and change the `WORDLIST` variable accordingly. (I've found the [Moby Dict](http://www.puzzlers.org/pub/wordlists/mbsingle.txt) very usable.) `SQUARE` holds the raw square - without spaces or anything else. Just all letters one after another.