Update README.md

Move usage example to new line
This commit is contained in:
Joan Chirinos 2022-09-02 12:59:02 -04:00 committed by GitHub
parent 49a0d9e8a4
commit 69790a097f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.