diff --git a/README.md b/README.md
index a420acc..7dbe2f1 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ The tables and graphs have a horizontal scroll on mobile when the viewport becom
## Installing
1. First install the YOURLS scripts and database.
-2. Download or clone this repo into the plugins folder in your YOURLS install `user/plugins/`.
+2. Download or clone this repo into the plugins folder in your YOURLS install `user/plugins/`. Make sure the folder is called `air66theme` to reduce potential issues.
3. Login into the admin area of YOURLS and activate the plugin.
4. The Air 66 Admin Theme is now active.
diff --git a/app/js/script.js b/app/js/script.js
index 598f986..9c2e6db 100644
--- a/app/js/script.js
+++ b/app/js/script.js
@@ -77,7 +77,7 @@ $( document ).ready(function() {
// Update footer
var content = $(this).html();
var i = 77
- var updated_content = "Running on" + content.slice(13, i) + '& Air 66 Design Ltd' + content.slice(i-1)
+ var updated_content = "Running on " + content.slice(13, i) + ' & Air 66 Design Ltd' + content.slice(i)
$(this).html(updated_content);
}
});
diff --git a/dist/main.js b/dist/main.js
index 4571926..899c5bb 100644
--- a/dist/main.js
+++ b/dist/main.js
@@ -1 +1 @@
-$(document).ready(function(){var a;a=$("meta[name=pluginURL]").attr("content")?$("meta[name=pluginURL]").attr("content"):"/user/plugins/air66Theme",$("body").hasClass("login")&&$("#login").prepend(''),$("header[role=banner]").hide(),$("header[role=banner]").remove(),$("#admin_menu_help_link").remove(),$("#admin_menu").append('
"+$(this).html()+"
"),$(this).remove();else if(/Powered by/.test($(this).text())){var a=$(this).html(),t="Running on"+a.slice(13,77)+'& Air 66 Design Ltd'+a.slice(76);$(this).html(t)}}),$("#stat_tab_stats, #stat_tab_location, #stat_tab_sources, #stat_tab_share").wrapAll(''),$("#admin_menu_help_link").remove()}); \ No newline at end of file +$(document).ready(function(){var a;a=$("meta[name=pluginURL]").attr("content")?$("meta[name=pluginURL]").attr("content"):"/user/plugins/air66theme",$("body").hasClass("login")&&$("#login").prepend('"+$(this).html()+"
"),$(this).remove();else if(/Powered by/.test($(this).text())){var a=$(this).html(),t="Running on "+a.slice(13,77)+' & Air 66 Design Ltd'+a.slice(77);$(this).html(t)}}),$("#stat_tab_stats, #stat_tab_location, #stat_tab_sources, #stat_tab_share").wrapAll(''),$("#admin_menu_help_link").remove()}); \ No newline at end of file