From e0ed4fbca3d101b06bdc66f0d3b2e5cfa761edd3 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Mon, 27 Nov 2023 11:37:07 +0100 Subject: [PATCH] Update dtmt.cfg Reference --- dtmt.cfg-Reference.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dtmt.cfg-Reference.md b/dtmt.cfg-Reference.md index e600108..968498a 100644 --- a/dtmt.cfg-Reference.md +++ b/dtmt.cfg-Reference.md @@ -30,16 +30,16 @@ categories = [ Tools ] -// A list of mod IDs that this mod depends on. DTMM will check before deployment +// A list of mod IDs that this mod depends on. DTMM will verify this before deployment depends = [ // Just the ID defaults to "before" foo // Long form of the above { - id = bar + id = foo order = before } - // Dependencies may be require to come after the current mod + // Dependencies may be required to come after the current mod { id = baz order = after @@ -63,4 +63,4 @@ packages = [ ``` -**Note:** Unless otherwise noted file paths must be specified _without_ file extension.
\ No newline at end of file +**Note:** Unless otherwise noted file paths must be specified _without_ file extension. \ No newline at end of file