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: