diff --git a/README.md b/README.md
index c6e37e35..7298a3c9 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
[](https://waffle.io/mkoch227/Mods-For-Hesk)
-
+
Mods for HESK is a set of modifications for HESK v2.5.5, a free and popular helpdesk solution.
@@ -26,16 +26,7 @@ You can download Mods for HESK via two ways:
Installation
-
-
-- Download HESK from http://www.hesk.com/download.php.
-- Extract the contents of HESK to a directory of your choice.
-- Download Mods for HESK from one of the two methods described above.
-- Copy and paste the contents of the zip/tar.gz bundle and overwrite any files in the original HESK 2.x folder.
-- Upload the resulting folder to your webserver.
-- Go to the /install directory in your web browser and click on "Install/Update Mods for HESK Installation"
-
-Please consult the official HESK Documentation on how to install HESK, as it is the same for both HESK and Mods for HESK.
+Visit http://mods-for-hesk.mkochcs.com/download.php for installation instructions.
Languages
As of current, only English is a supported language, as there have been several language items that have been edited/created. If you want to translate Mods for HESK to your own language, it is recommended to download the original HESK language file for your language, and then add/edit the lines listed under //Added or modified in Mods for HESK X.X.X (where X.X.X is a version number) for your language.
diff --git a/install/install_functions.inc.php b/install/install_functions.inc.php
index 67269a74..98704d30 100644
--- a/install/install_functions.inc.php
+++ b/install/install_functions.inc.php
@@ -37,7 +37,7 @@ if (!defined('IN_SCRIPT')) {die('Invalid attempt');}
// We will be installing this HESK version:
define('HESK_NEW_VERSION','2.5.5');
-define('MODS_FOR_HESK_NEW_VERSION','1.6.0');
+define('MODS_FOR_HESK_NEW_VERSION','1.7.0');
// Other required files and settings
define('INSTALL',1);