Skip to content

Commit 1868b0e

Browse files
committed
Updated readme source
1 parent 39de1e6 commit 1868b0e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

readme/example.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
import readFileJson from "read-file-json"
22

3-
readFileJson("./doesNotExist.json5").then(result => {
3+
readFileJson("./exists.json5").then(result => {
4+
5+
})
6+
7+
readFileJson("./doesNotExist.json5").then(result2 => {
48

59
})

readme/result.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
null
1+
["a", "b", "c"]

readme/result2.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
null

0 commit comments

Comments
 (0)