From 94bd5ae79b14d6b1b5349a6d476a2ecc94136f3a Mon Sep 17 00:00:00 2001 From: David Sheldrick Date: Tue, 16 Jan 2018 10:44:56 +0000 Subject: [PATCH] Fix logical error in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cb6d836..e7d4e679 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Iff true, emits the obfuscated versions of files alongside their originals, for ### `enableInDevelopment: boolean` -Iff true, enables obfuscation in development mode. This is true by default. +Iff true, enables obfuscation in development mode. #### Default value: `false`