From 3d1b211212cdba54831096213268d62c79de0743 Mon Sep 17 00:00:00 2001 From: kgryte Date: Thu, 19 Feb 2015 17:39:44 -0800 Subject: [PATCH] [UPDATE] README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6e845b..1206d9e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ var bool = isLowercase( value ); // returns true ``` -__Note__: this method validates that a `value` is a `string`. For all other types, the method returns `false`. +__Note__: this method first validates that a `value` is a `string`. For all other types, the method returns `false`.