From 09e6f4a672d2e9b78e64718663c535a4f4103e6c Mon Sep 17 00:00:00 2001 From: Cameron Blankenbuehler Date: Wed, 14 Feb 2024 22:49:13 -0500 Subject: [PATCH] Update README.md - Fix bad link to wordlists - Add license link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56cc68e..207d449 100644 --- a/README.md +++ b/README.md @@ -391,4 +391,4 @@ Navigate to the project root folder and run the following. Run `poetry build` # License -The included [wordlists](src/boggler/wordlists) are covered by their respective licenses. All other files MIT © Cameron Blankenbuehler +The included [wordlists](boggler/wordlists) are covered by their respective licenses. All other files [MIT](LICENSE) © Cameron Blankenbuehler