proofread and correct README

This commit is contained in:
abbie 2024-08-01 11:32:17 +01:00
parent ca36718a8f
commit 89d804aa28
Signed by: threeoh6000
GPG key ID: 801FE4AD456E922C

View file

@ -3,6 +3,6 @@
Simple multi-user portfolio image board script in PHP.
## Setup considerations
If you're going to use meowboard, you probably will want to either make your own user interface (at present, you will have to modify `include/templates.php` to do this). The included UI uses the [Zimit framework](https://firezenk.github.io/zimit/) by Jorge Garrido Oval, licensed under MIT license.
If you're going to use meowboard, you probably will want to either make your own user interface (at present, you will have to modify `include/templates.php` to do this) or use the included UI. The included UI uses the [Zimit framework](https://firezenk.github.io/zimit/) by Jorge Garrido Oval, licenced under MIT license.
At present, meowboard requires the `sqlite3` extension and is developed with PHP 8.
At present, meowboard requires the `sqlite3` extension and is developed with PHP 8. There is no recommended minimum however PHP 8 is the recommended major version to use.