diff --git a/demo.py b/demo.py index 9d06456..657bcd9 100644 --- a/demo.py +++ b/demo.py @@ -18,7 +18,7 @@ def load_config(): showallsimilarities = config.split("showallsimilarities=\"")[1].split("\"")[0] def demo(): - wordlist_path = "small_wordlist.txt" # Update with the actual path to your small_wordlist.txt + wordlist_path = "small_wordlist.txt" # Update with the actual path to your wordlist. Or use the pre-installed small wordlist. proofreader = Proofreader(wordlist_path) while True: