Skip to content

Commit

Permalink
Merge pull request #245 from montera82/patch-1
Browse files Browse the repository at this point in the history
Fix grammar to make doc more professional
  • Loading branch information
dustinsmith1024 authored Jan 31, 2019
2 parents a6a190b + 5aeb9e6 commit 0d0546d
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 @@ -149,7 +149,7 @@ csv

**`.fromStream(stream[, options])`**

This accepted a readable stream to parse data from.
This accepts a readable stream to parse data from.

```javascript
var stream = fs.createReadStream("my.csv");
Expand Down

0 comments on commit 0d0546d

Please sign in to comment.