From 8f9f19043b4f3b8619c673523a23c35ae49d9d76 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Tue, 28 Mar 2023 22:43:55 +0200 Subject: [PATCH] Update 'Migrating from loose files' --- Migrating-from-loose-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Migrating-from-loose-files.md b/Migrating-from-loose-files.md index ea33ab2..8449158 100644 --- a/Migrating-from-loose-files.md +++ b/Migrating-from-loose-files.md @@ -23,7 +23,7 @@ If you want to migrate manually, or need to edit things, read on: To create your `dtmt.cfg` use the file reference at [`dtmt.cfg` Reference](dtmt.cfg-Reference). -The `resources` section can be adapted from the contents of your `.mod` file. The example uses `DMF` for the mod ID, wou'll want to use your own here, which must be the same value you pass to DMF's `new_mod` and `get_mod` in your code. +The `resources` section can be adapted from the contents of your `.mod` file. The example uses `DMF` for the mod ID, but you'll want to use your own here, which must be the same value you pass to DMF's `new_mod` and `get_mod` in your code. The `.package` file supports wildcards, so the most simple version would look like this: