1
0

Merge pull request #10 from satazor/patch-1

Fix exclude doc.
This commit is contained in:
Julien Buty
2016-10-07 17:30:15 +08:00
committed by GitHub

View File

@@ -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']
}
}