From 04770f6a344548f840ddbdf7ae81e6dc5d8f4011 Mon Sep 17 00:00:00 2001 From: Kivi Kaitaniemi Date: Mon, 29 Dec 2025 18:13:20 +0200 Subject: [PATCH] Update README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index b63f64b..28df6c6 100644 --- a/docs/README.md +++ b/docs/README.md @@ -212,7 +212,7 @@ A **Module** is the primary unit for grouping related files, directories, packag Each module is uniquely identified by its `name`. -Remember to add modules to decman. Modules are added to a list to preserve deterministic execution order for hooks. +Remember to add modules to decman. Modules are added to a list to preserve deterministic execution order for hooks. Modules added first will be executed first. ```py import decman