aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 35352c4..0204a82 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,7 @@ fn usage() {
}
fn more_usage() {
- contains([1, 2, 3], any: 2)
+ [1, 2, 3]
+ |> contains(any: 2)
}
```