diff --git a/readme.md b/readme.md
index 77eb383e1599dd4c50a9c10030b954e611ce18ec..c3fb3a1d84abd17a27d5813045fbaa21d6fa4915 100644
--- a/readme.md
+++ b/readme.md
@@ -6,6 +6,15 @@ 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)
+
+
+## TODO
+* Written back in 2017 or so, so code is a bit messy and could probably use some cleanup.
+* May be useful to make this into a proper mediawiki extension? Unsure of how much additional work that would be.
+    * Currently the only way to add this is by directly editing the mediawiki css/js style pages. Which isn't exactly
+    a recommended practice. But it works.
+
 
 ## Notes