Skip to content

Commit

Permalink
#188: fix pipe example
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Oct 30, 2014
1 parent 6d23a2e commit c486bb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/pipe.js
@@ -1,4 +1,5 @@
var csv = require('csv');

var csv = require('..');

csv.generate({seed: 1, columns: 2, length: 20})
.pipe(csv.parse())
Expand Down

0 comments on commit c486bb8

Please sign in to comment.