From ee4ac453a660de6f3f6ddd280e1e42d0df2b066f Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Wed, 19 Oct 2022 01:41:59 -0400
Subject: [PATCH] Correct readme gif alt text

---
 readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/readme.md b/readme.md
index c3fb3a1..14ce907 100644
--- a/readme.md
+++ b/readme.md
@@ -6,7 +6,7 @@ JavaScript logic to dynamically split mediawiki page content into clickable tabs
 
 Tabs will filter all content, based on what was underneath the H2 header of the corresponding name.
 
-![](https://git.brandon-rodriguez.com/javascript/wiki-tabs/-/blob/master/media/wiki_tabs_example.gif)
+![WikiTabs Example Gif](https://git.brandon-rodriguez.com/javascript/wiki-tabs/-/blob/master/media/wiki_tabs_example.gif)
 
 
 ## TODO
-- 
GitLab