From 698bd65c607c85b33b5c023a2e52718d3a225613 Mon Sep 17 00:00:00 2001 From: Eelco Wiersma Date: Tue, 30 Dec 2014 14:22:32 +0100 Subject: [PATCH] #32: Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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