Skip to content

Commit dd0f355

Browse files
committed
Update for jsonFileContent
1 parent 6f008f2 commit dd0f355

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
@@ -155,12 +155,12 @@ var anObject = {a: 1};
155155
assert.objectContent(anObject, {a: 2});
156156
```
157157

158-
### `assert.JSONFileContent()`
158+
### `assert.jsonFileContent()`
159159

160160
Assert a JSON file contains at least a set of keys (rely of `assert.objectContent()`)
161161

162162
```js
163-
assert.JSONFileContent('path/to/file.json', {a: 2});
163+
assert.jsonFileContent('path/to/file.json', {a: 2});
164164
```
165165

166166
## Contribute

0 commit comments

Comments
 (0)