diff --git a/README.md b/README.md index 61193ae7..abe60279 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,8 @@ The function output is dictated by the function itself. | first() | Provides the first item of an array | Depends on the array | | last() | Provides the last item of an array | Depends on the array | | index(X) | Provides the item of an array of index: X, if the X is negative, take from backwards | Depends on the array | + + Filter Operators -----------------