Fix a README typo

This commit is contained in:
Jordan Dominion
2022-09-26 17:55:26 -04:00
committed by GitHub
parent 70f422f8c1
commit 8330c449ca
+1 -1
View File
@@ -438,7 +438,7 @@ This folder may be freely modified manually just beware this may cause in-progre
When a deployment is made by the compiler, all the contents of this folder are copied over the repository contents. Then one of two code change modes are selected based on the prescense of certain files.
If `<target dme>.dm` is present, that .dme will be used instead of the repository's `.dme`
If `<target dme>.dme` is present, that .dme will be used instead of the repository's `.dme`
Otherwise the files `HeadInclude.dm` and `TailInclude.dm` are searched for and added as include lines to the top and bottom of the target `.dme` repsectively if they exist. These files can contain any valid DreamMaker code (Including `#include`ing other `.dm` files!) allowing you to modify the a repository's code on a per instance basis