From b3f1bf51744597214fcf468e415e722ced5ca69d Mon Sep 17 00:00:00 2001 From: "Daniel St. Jules" Date: Sat, 25 Jul 2015 22:20:56 -0700 Subject: [PATCH] Update example in readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 089a93a..101c5a7 100644 --- a/README.md +++ b/README.md @@ -259,8 +259,7 @@ s('Camel-Case')->camelize(); // 'camelCase' Returns an array consisting of the characters in the string. ```php -s('Fòô Bàř')->chars(); -// [F', 'ò', 'ô', ' ', 'B', 'à', 'ř'] +s('fòôbàř')->chars(); // ['f', 'ò', 'ô', 'b', 'à', 'ř'] ``` ##### collapseWhitespace()