diff --git a/README.md b/README.md index 4b936e5..b4df7a1 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ Value|Coerced to Any other value will cause the `type()` rule to fail. -> **Note** +> [!IMPORTANT] > This coercion is only applies for `Ruleset->GET()`. `Ruleset->POST()` will enforce real `true` and `type` values since it's JSON #### Null coercion from string for search parameters @@ -122,7 +122,7 @@ Search parameters are read as strings, a null value is therefor coerced from an Any value that isn't an empty string will cause the `type()` rule to fail. -> **Note** +> [!IMPORTANT] > This coercion is only applies for `Ruleset->GET()`. `Ruleset->POST()` will enforce the real `null` value since it's JSON ## `min()` @@ -151,4 +151,4 @@ Type|Expects `Type::STRING`|String length to be smaller or equal to provided value `Type::ARRAY`, `Type::OBJECT`|Array size or object key count to be smaller or equal to provided value -**`max()` will not have an effect on [`Type`](#types)s not provided in this list.** \ No newline at end of file +**`max()` will not have an effect on [`Type`](#types)s not provided in this list.**