From 6b27ecfcb54c0212c8eedced1c995b13ba02816b Mon Sep 17 00:00:00 2001 From: kallestenflo Date: Tue, 24 Nov 2015 11:07:55 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e28df47..bfbc4c3d 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ The function output is dictated by the function itself. Filter Operators ----------------- -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 `||`. +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 `||`. String literals must be enclosed by single quotes `[?(@.color == 'blue')]`. | Operator | Description | | :----------------------- | :---------------------------------------------------------------- |