Skip to content

Commit 9679810

Browse files
author
flipbyte
authored
Update
2 parents 38a644f + c0f0fff commit 9679810

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,15 @@
44

55
## Installation
66

7-
- Running `npm install` in the module's root directory will install everything you need for development.
7+
- Running `npm install` in the module's root directory will install everything you need for development.
88

99
## Running Tests
1010

11-
- `npm test` will run the tests once.
12-
13-
- `npm run test:coverage` will run the tests and produce a coverage report in `coverage/`.
14-
15-
- `npm run test:watch` will run the tests on every change.
11+
- `npm test` will run the tests once.
12+
- `npm run test:coverage` will run the tests and produce a coverage report in `coverage/`.
13+
- `npm run test:watch` will run the tests on every change.
1614

1715
## Building
1816

19-
- `npm run build` will build the module for publishing to npm.
20-
21-
- `npm run clean` will delete built resources.
17+
- `npm run build` will build the module for publishing to npm.
18+
- `npm run clean` will delete built resources.

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)