diff --git a/README.md b/README.md index 9a827b7..cd85c27 100644 --- a/README.md +++ b/README.md @@ -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" +