From 20560d09ff5d55b31fd14202aeaae24636f78cdf Mon Sep 17 00:00:00 2001 From: SpeX Date: Thu, 18 Dec 2025 21:46:39 +0300 Subject: [PATCH] Add link to ZEngine DeepWiki in README Added a link to the ZEngine DeepWiki for detailed documentation. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 910fde7..3bb8b5a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ A lightweight PHP framework. No bloat, just the essentials you actually need. +Looking for detailed readme? check ZEngine DeepWiki (Generated by ai expect documentation errors) + ## Why? I got tired of complex frameworks with thousands of files. ZEngine is simple - you can read the entire source code in an afternoon and understand exactly what's happening.