Skip to content

Commit c0f0fff

Browse files
committed
Update README.md
1 parent a658316 commit c0f0fff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ let rule = ['a', 1, 'is']
6666

6767
or
6868

69-
#### Check whether data.c.e[0].f = 1
69+
#### Check whether data.c.e\[0\].f = 1
7070
```js
71-
let rule = ['c.e[0].f', 1, 'is']
71+
let rule = ['c.e[0]`.f', 1, 'is']
7272
```
7373

7474
### Rules with multiple comparisons

0 commit comments

Comments
 (0)