Simple example in readme

Esse commit está contido em:
Timothy Warren 2013-02-01 16:34:18 -05:00
commit bece6896d1
1 arquivos alterados com 8 adições e 0 exclusões

Ver arquivo

@ -2,3 +2,11 @@
A simple wrapper around inconsistent php functions
Array Example:
$sorted_array = arr($array)->sort();
String Example:
$modified_string = str("string")->replace("str", "fl"); // Returns "fling"