diff --git a/content/2025-10-09-webwords-reaches-42-languages-the-ultimate-programming-kata.rst b/content/2025-10-09-webwords-reaches-42-languages-the-ultimate-programming-kata.rst index e890aaa..ce60e56 100644 --- a/content/2025-10-09-webwords-reaches-42-languages-the-ultimate-programming-kata.rst +++ b/content/2025-10-09-webwords-reaches-42-languages-the-ultimate-programming-kata.rst @@ -21,7 +21,7 @@ the spec Every implementation does exactly the same thing: 1. Accept two query parameters: ``keyword`` and ``target`` -2. Fetch the content from the target URL +2. Fetch the content from the target URI 3. Search for the keyword in that content 4. Return ``true`` or ``false`` as plain text @@ -36,6 +36,11 @@ To test any implementation, try searching for ``potato`` on `Remarkbox