From 4ffc983559df2e68e61cd130ba27546100dea137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cruz?= Date: Thu, 6 Oct 2016 12:36:53 +0100 Subject: [PATCH] Fix exclude doc. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46c4fc8..edd75b4 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ You can also use exclusion syntax, like `-from:sep@foobar.io name:hello,world` . ```javascript { name: ['hello', 'world'], - exclusion: { + exclude: { from: ['sep@foobar.io'] } }