diff --git a/README.md b/README.md index c106d7c..d24df4e 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ if (error) { } ``` -The validate method will return `true` if valid and returns an `Error instance` if validation fails. +The validate method will return `null` if valid and returns an `Error instance` if validation fails. ## Storage services