summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Home.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Home.md b/Home.md
index aaf2ae7..b244e81 100644
--- a/Home.md
+++ b/Home.md
@@ -65,7 +65,7 @@ Additionally, you will need:
[MySQL](http://www.mysql.com) - InnoDB is required.
While you can use either database, PostgreSQL should run tt-rss significantly faster and is, in general,
-a much more reliable choice. Some minor features are also exclusive to PostgreSQL.
+a much more reliable choice. Also, some minor features are exclusive to PostgreSQL.
**Important:** only InnoDB database engine is supported on MySQL. While you technically can force tt-rss schema under MyISAM you will experience various glitches due to missing functionality (foreign keys, cascade deletes, etc.) that tt-rss actively uses.