diff --git a/Changelog b/Changelog
index ce288369f..c5636a23f 100755
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,5 @@
2018-04-20 DariusIII
+ * Chg: Update Readme.md
* Fix: Fix numerous category browsing issues
* Chg: Update browsing per category
* Chg: Update anime page links in all the themes
diff --git a/README.md b/README.md
index a527bfec4..afd2d34bf 100755
--- a/README.md
+++ b/README.md
@@ -41,9 +41,8 @@ The overall speed of NNTmux is largely governed by performance of the database.
### Software
- PHP 5.6+ (and various modules)
+ PHP 7.2+ (and various modules)
MySQL 5.6+ (Postgres is not supported)
- Python 2.7 or 3.0 (and various modules)(Optional. Most useful on Windows.)
The installation guides have more detailed software requirements.
### Database
@@ -56,22 +55,6 @@ As a general rule of thumb the database will need a minimum of 1-2G buffer RAM f
Use [mysqltuner.pl](http://mysqltuner.pl "MySQL tuner - Use it!") for recommendations for these and other important tuner parameters. Also refer to the nZEDb project's wiki page: https://github.com/nZEDb/nZEDb/wiki/Database-tuning. This is particularly important before you start any large imports or backfills.
-MySQL is normally shipped using MyISAM tables by default. This is fine for running with one or a few threads and is a good way to start using NNTmux. You should migrate to the InnoDB table format if NNTmux is configured to use one of the following:
-
- thread counts > 5
- TPG (Table Per Group) mode
- tmux mode
-
-This conversion script is helpful:
-
- misc/testing/DB/convert_mysql_tables.php
-
-Before converting to InnoDB be sure to set:
-
- innodb_file_per_table
-
-
-
## Installation
@@ -89,9 +72,9 @@ Before converting to InnoDB be sure to set:
### Licenses
- nZEDb is GPL v3. See /docs/LICENSE.txt for the full license.
+ NNTmux is GPL v3. See /docs/LICENSE.txt for the full license.
- Other licenses by various software used by nZEDb:
+ Other licenses by various software used by NNTmux:
Git.php => MIT and GPL v3
@@ -131,3 +114,5 @@ Before converting to InnoDB be sure to set:
### Support this project
+
+