From 8330c449caf433cbc7ae5bbefc50cb23d5341530 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Mon, 26 Sep 2022 17:55:26 -0400 Subject: [PATCH] Fix a README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fc315025c..0a2ea2b4c4 100644 --- a/README.md +++ b/README.md @@ -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 `.dm` is present, that .dme will be used instead of the repository's `.dme` +If `.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