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