From 4be24afa6f3922bbc572a9c5b2274ef8fd70ec2b Mon Sep 17 00:00:00 2001 From: likechrisss Date: Sun, 29 Dec 2024 00:19:13 -0500 Subject: [PATCH] Fixed an issue within the README --- solutions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/README.md b/solutions/README.md index 71903884f..f27d2fb8c 100644 --- a/solutions/README.md +++ b/solutions/README.md @@ -17,4 +17,4 @@ spongecase("hello world") spongecase("Python") # Output: "pYtHoN" -- Challenge Link: [GitHub Issue](https:https://github.com/MIT-Emerging-Talent/ET6-foundations-group-04/issues/2) +- Challenge Link: [GitHub Issue](https://github.com/MIT-Emerging-Talent/ET6-foundations-group-04/issues/2)