diff --git a/README.md b/README.md index 025882c0..61774e76 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ One or more environment variables failed assertions: FOO is not an integer ### Boolean Variables -You may need to ensure a variable is in the form of a boolean, accepting "On", "1", "Yes", "Off", "0" and "No". You may do the following: +You may need to ensure a variable is in the form of a boolean, accepting "true", "false", "On", "1", "Yes", "Off", "0" and "No". You may do the following: ```php $dotenv->required('FOO')->isBoolean();