Skip to content

Commit cc1d86e

Browse files
committed
Remove documentation for shellstyle * operator because it's buggy
1 parent b8a3299 commit cc1d86e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,7 @@ The following patterns would match it:
6464
```json
6565
{"Foo": [ { "exists": false } ] }
6666
```
67-
```json
68-
{
69-
"Image": {
70-
"Thumbnail": {
71-
"Url": [ { "shellstyle": "http://*.example.com/*" } ]
72-
}
73-
}
74-
}
75-
```
67+
7668
The structure of the pattern, in terms of field names
7769
and nesting, must be the same as the structure of the event
7870
to be matched. The field values are always given

0 commit comments

Comments
 (0)