From 83fa46f264c48ce416e49f073f36b8bfb03f350c Mon Sep 17 00:00:00 2001 From: Michael Staake Date: Tue, 4 Nov 2025 07:38:11 -0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9017694..0bad7c9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Mainty -A simple PHP web app for tracking vehicle maintenance records. Free, simple, open source, and self-hosted. Use Docker, or host it on any Apache/PHP web server. Uses SQLite for easy backup, with built-in Export via JSON or HTML so you can import that data into something else or print records for your mechanic or the next owner of your vehicle. +A simple PHP web app for tracking vehicle maintenance records. Free, easy, responsive, open source, and self-hosted. Use Docker, or host it on any Apache/PHP web server. Uses SQLite for easy backup, with built-in Export via JSON or HTML so you can import that data into something else or print records for your mechanic or the next owner of your vehicle. ## Requirements