From 5743019c325da669264f72f141cdcac43d5e9b9b Mon Sep 17 00:00:00 2001 From: markprocess <40411872+markprocess@users.noreply.github.com> Date: Sat, 27 Oct 2018 08:14:24 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff0f656..783f9d7 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ If you would like to override or define any additional configuration options (`# } ``` -The above example will be translate `"NUMBER_ONE":1` into: `#define NUMBER_ONE 1` and force include it during compilation. You can also specify alternate application or output folders. +The above example will translate `"NUMBER_ONE":1` into: `#define NUMBER_ONE 1` and force include it during compilation. You can also specify alternate application or output folders. # Targets