From a17aa513492c8428d95a662043b529970a5871b0 Mon Sep 17 00:00:00 2001 From: Anton Ukhanev Date: Sat, 12 Aug 2023 20:00:25 +0200 Subject: [PATCH] Update path `inc` is removed in `0.3.0-alpha1`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69ab69e..8cf4221 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ This boilerplate promotes modularity, and supports [Dhii modules][] out of the b Any such module that exposes a [`ModuleInterface`][] implementation can be loaded, allowing it to run in the application, and making its services available. -The list of modules returned by `inc/modules.php` is the authoritative source +The list of modules returned by `src/modules.php` is the authoritative source of modules in the application. Because it is PHP code, modules can be loaded in any required way, including: