From 170f5ac79e380766b0df22f8e2a6601efc815cfb Mon Sep 17 00:00:00 2001 From: Roman Stein Date: Sun, 22 Jan 2017 01:11:13 +0100 Subject: [PATCH] Fix typo in README.md [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59aede8..5b4670b 100644 --- a/README.md +++ b/README.md @@ -420,7 +420,7 @@ List of all possible predicates * `*_eq` - equal * `*_not_eq` - not equal -* `*_match` - matches with `LIKE`, e.g. `q[email_matches]=%@gmail.com` +* `*_matches` - matches with `LIKE`, e.g. `q[email_matches]=%@gmail.com` * Also: `*_does_not_match`, `*_matches_any`, `*_matches_all`, `*_does_not_match_any`, `*_does_not_match_all` * `*_lt` - less than * `*_lteq` - less than or equal