From c65c7799878ff33e36588cf70a16709717f3aa9d Mon Sep 17 00:00:00 2001 From: Mehmet Date: Sun, 8 Oct 2017 14:50:20 +0200 Subject: [PATCH] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebffc52..d59bc46 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Available Config Options: - `int` (type: *bool*, default: *true*): parse digits into integer (value consists of only numbers). - `float` (type: *bool*, default: *true*): parse decimals into integer (value consists of only numbers with decimal point). - `bool` (type: *bool*, default: *true*): parse if string equals to *'true'* or *'false'*. -- `ignoreInvalidJSON` (type: *bool*, default: *true*): throws exception when value is not a valid JSON input (parse.object or parse.array options must be set to true). +- `ignoreInvalidJSON` (type: *bool*, default: *true*): if set to false, throws exception when value is not a valid JSON input (parse.object or parse.array options must be set to true). - `filter` (type: *null*|*function*, default: *null*): filters environment variables (overrides prefix rule). 1. `null`, don't filter varaibles. 1. `fn(envVarName, index)`, custom filter function (*envVarName* will be provided without any transformation).