Still waiting for the New York Times to send me a bogus takedown notice
Update README.md
Saksham Mittal 2022-04-03
parent de1d72a · commit 8fc5682
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 03388fd..859bceb 100644
--- a/README.md
+++ b/README.md
@@ -9,3 +9,5 @@ This is my spin on [Wordle](https://www.nytimes.com/games/wordle/index.html), th
- Was not in answer at all (Indicated by grey box)
It's not as pretty, and it's ephemeral, unlike the original, but through more development I hope to learn more about web development and associated best practices.
+
+The allowed word list was taken from [this very helpful repo](https://github.com/tabatkins/wordle-list). As for the answers, for now I just have it pick a random word from the allowed word list.