diff --git a/_main/main.md b/_main/main.md
index 4051eee..fab1ccc 100644
--- a/_main/main.md
+++ b/_main/main.md
@@ -4,4 +4,15 @@ layout: page
# Awesome WM Widgets
-This is a project page of the github repo with set of widgets for Awesome Window Manager
+This is a project page of the github [repo](https://github.com/streetturtle/awesome-wm-widgets) with set of widgets for Awesome Window Manager plus few articles on widget creation/customization.
+
+# Installation
+
+Clone repository under ~/.config/awesome folder. Then follow a README file of the widget.
+
+# Support
+
+If you find anything useful here, you can:
+ - star a repo - this really motivates me work on this project
+ - or
+ - or even become a [sponsor](https://github.com/sponsors/streetturtle)
diff --git a/assets/js/init.js b/assets/js/init.js
index 28795df..5ea14a1 100644
--- a/assets/js/init.js
+++ b/assets/js/init.js
@@ -44,7 +44,7 @@ $(document).ready(function(){
//hide displaying tab content
$(active_tab_selector).removeClass('active fade-in');
- $(active_tab_selector).addClass('hide ');
+ $(active_tab_selector).addClass('hide');
//show target tab content
let target_tab_selector = $(this).attr('href');