Update README.md
Move usage example to new line
This commit is contained in:
parent
49a0d9e8a4
commit
69790a097f
@ -19,5 +19,5 @@ Files you may be interested in:
|
||||
- [words_alpha.txt](words_alpha.txt) contains only [[:alpha:]] words (words that only have letters, no numbers or symbols). If you want a quick solution choose this.
|
||||
- [words_dictionary.json](words_dictionary.json) contains all the words from words_alpha.txt as json format.
|
||||
If you are using Python, you can easily load this file and use it as a dictionary for faster performance. All the words are assigned with 1 in the dictionary.
|
||||
See [read_english_dictionary.py](read_english_dictionary.py) for example usage.
|
||||
|
||||
See [read_english_dictionary.py](read_english_dictionary.py) for example usage.
|
||||
|
Loading…
x
Reference in New Issue
Block a user