diff options
author | Camil Staps | 2016-06-25 19:27:50 +0200 |
---|---|---|
committer | Camil Staps | 2016-06-25 19:28:44 +0200 |
commit | 6efb9ff65c0670030514d6cd5e9af9380a9289e5 (patch) | |
tree | 5d4d295b82b9a58c4e87c3e3fcb5b7c4522d7aac /Crosswords.icl | |
parent | Merge branch 'master' of github.com:camilstaps/Crosswords (diff) |
Update readme
Diffstat (limited to 'Crosswords.icl')
-rw-r--r-- | Crosswords.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Crosswords.icl b/Crosswords.icl index 7489545..21cb2c4 100644 --- a/Crosswords.icl +++ b/Crosswords.icl @@ -24,7 +24,7 @@ instance zero Crossword where zero = [] :: RandomSeed :== Int -dictionary :== "dict-3-6.txt" +dictionary :== "dictionary.txt" // Reads words from stdin (end with empty line) and builds a crossword that // connects all these words (if possible); then fills the crossword with words |