From 8dbffac9e707404937ad513ae153aa09f94544c6 Mon Sep 17 00:00:00 2001 From: nano Date: Tue, 19 May 2026 12:05:24 +0000 Subject: [PATCH] Link the app usage guide --- docs/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/README.md b/docs/README.md index b3fd0ee..d98e8a6 100644 --- a/docs/README.md +++ b/docs/README.md @@ -62,3 +62,7 @@ Browser → public/index.php → Request → Dispatcher → Router → Route → ## Flow chart See [`REQUEST_FLOW.md`](./REQUEST_FLOW.md) for a chart of how requests and responses move through the framework. + +## Usage guide + +See [`USAGE.md`](./USAGE.md) for a user guide that explains the app’s main features and workflows.