Skip to content

Commit

Permalink
Merge pull request #43 from alexnaspo/master
Browse files Browse the repository at this point in the history
fixed fromString api call in docs
  • Loading branch information
doug-martin committed Jun 5, 2014
2 parents 0e9d588 + 2594c76 commit a78a590
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 @@ -82,7 +82,7 @@ var CSV_STRING = 'a,b\n' +
'a2,b2\n';

csv
.fromPath(CSV_STRING, {headers: true})
.fromString(CSV_STRING, {headers: true})
.on("record", function(data){
console.log(data);
})
Expand Down

0 comments on commit a78a590

Please sign in to comment.