From c00f282e844a074f8586f43d641686cac0bf40c2 Mon Sep 17 00:00:00 2001 From: Adrian T <43932476+Ssmidge@users.noreply.github.com> Date: Wed, 15 Mar 2023 21:28:36 -0400 Subject: [PATCH] Removed "!" in the frameworks used The links provided such as python.org aren't image URLs so GitHub tries to display them as images and clicking them doesn't work. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 342ad12..1085e11 100644 --- a/README.md +++ b/README.md @@ -55,11 +55,11 @@ Settings Page showing an API Key Test: --- # Tech used: -* Python - ![Link](https://www.python.org/) -* Poetry - ![Link](https://python-poetry.org/) -* MaterializeCSS - ![Link](https://github.com/Dogfalo/materialize) -* jQuery - ![Link](https://jquery.com/) +* Python - [Link](https://www.python.org/) +* Poetry - [Link](https://python-poetry.org/) +* MaterializeCSS - [Link](https://github.com/Dogfalo/materialize) +* jQuery - [Link](https://jquery.com/) -For Python libraries, see ![pyproject.toml](pyproject.toml) +For Python libraries, see [pyproject.toml](pyproject.toml) -If you use this project, please reach out! It keeps me motivated! Thank you! \ No newline at end of file +If you use this project, please reach out! It keeps me motivated! Thank you!