Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bahroze Ali committed Oct 9, 2020
1 parent 3c70915 commit e3fe741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ npm i pullout
Type could be `string` or `buffer`.

```js
const pullout = require('pullout'),
const fs = require('fs'),
const pullout = require('pullout');
const fs = require('fs');

const readStream = fs.createReadStream(__filename);

Expand Down

0 comments on commit e3fe741

Please sign in to comment.