From dc7268abfc9954d71d4b7292283435b396a56fac Mon Sep 17 00:00:00 2001 From: kallestenflo Date: Sun, 22 Nov 2015 17:28:08 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 052ff450..4bb94f65 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,7 @@ The function output is dictated by the function itself. Filter Operators ----------------- -Functions can be invoked at the tail end of a path - the input to a function is the output of the path expression. -The function output is dictated by the function itself. +Filters are logical expressions used to filter arrays. A typical filter would be `[?(@.age > 18)]` where `@` represents the current item being processed. More complex filters can be created with logical operators `&&` and `||`. | Operator | Description | | :----------------------- | :---------------------------------------------------------------- |