Skip to content

Commit c3ecc9c

Browse files
authored
doc: Fix error in readme example (#58)
1 parent 148fe91 commit c3ecc9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fs.createReadStream(file)
6060
.on('data', function (obj) {
6161
//each chunk now is a js object
6262
})
63-
.on("error", function(error) => {
63+
.on("error", function(error) {
6464
//handling parsing errors
6565
})
6666
```

0 commit comments

Comments
 (0)