diff --git a/Changelog b/Changelog
index f8d909e0f..cdcc161df 100755
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,5 @@
2018-09-13 DariusIII
+ * Chg: Update README
* Chg: Fix misplaced seconds word in ProcessReleases class
* Chg: Prevent errors on missing images on TVDB
* Chg: Update scripts to use now() helper
diff --git a/README.md b/README.md
index 38e31ba06..5cf7078ff 100755
--- a/README.md
+++ b/README.md
@@ -49,9 +49,9 @@ The installation guides have more detailed software requirements.
Most (if not all) distributions ship MySQL with a default configuration that will perform well on a Raspberry Pi. If you wish to store more that 500K releases, these default settings will quickly lead to poor performance. Expect this.
-As a general rule of thumb the database will need a minimum of 1-2G buffer RAM for every million releases you intend to store. That RAM should be assigned to either of these two parameters:
-- key_buffer_size (MyISAM)
-- innodb_buffer_pool_size (InnoDB)
+As a general rule of thumb the database will need a minimum of 1-2G buffer RAM for every million releases you intend to store. That RAM should be assigned to this parameter:
+
+- innodb_buffer_pool_size
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.
@@ -72,47 +72,19 @@ Use [mysqltuner.pl](http://mysqltuner.pl "MySQL tuner - Use it!") for recommenda
### Licenses
- NNTmux is GPL v3. See /docs/LICENSE.txt for the full license.
+ NNTmux is GPL v3. See LICENSE.txt for the full license.
Other licenses by various software used by NNTmux:
- Git.php => MIT and GPL v3
-
Net_NNTP => W3C
- PHPMailer => GNU Lesser General Public License
-
- forkdaemon-php => Barracuda Networks, Inc.
-
- getid3 => GPL v3
-
- password_compat => Anthony Ferrara
-
- rarinfo => Modified BSD
-
- smarty => GNU Lesser General Public v2.1
-
- AmazonProductAPI.php => Sameer Borate
-
- GiantBombAPI.php => MIT
-
- TMDb PHP API class => BSD
-
- TVDB PHP API => Moinax
-
- TVMaze PHP API => JPinkney
-
Zip file creation class => No license specified.
simple_html_dom.php => MIT
All external libraries will have their full licenses in their respectful folders.
- Some licenses might have been missed in this document for various external software, they will be included in their respectful folders.
-
-
-### Support this project
-
-
+
+