diff --git a/README.md b/README.md index 87a440b..bb8a950 100644 --- a/README.md +++ b/README.md @@ -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.