Skip to content

Commit

Permalink
docs: stripBomStream -> stripBom
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Oct 22, 2019
1 parent 264e15a commit 06164bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ const csv = require('csv-parser');
const stripBom = require('strip-bom-stream');

fs.createReadStream('data.csv')
.pipe(stripBomStream())
.pipe(stripBom())
.pipe(csv())
...
```
Expand Down

0 comments on commit 06164bf

Please sign in to comment.