From 1728dac96c757860687d7b5243c0ad3e61088eec Mon Sep 17 00:00:00 2001 From: Matthew Ross Date: Sat, 6 Jun 2020 09:01:12 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b446b00..e9e9758 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ functional and minimal application for keeping track of tasks. A web server running PHP 7.x with sqlite enabled (it may work on PHP 5.6, but is not supported). See [PHP Supported Versions](https://www.php.net/supported-versions.php). -The server must have `sqlite3` and `php7-sqlite` installed. -**- OR -** +The server must have `sqlite3` and `php7-sqlite` installed. +**- OR -** If you're comfortable changing code, you can use any database [supported by RedBeanPHP](https://redbeanphp.com/index.php?p=/connection). ### Install