Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkeller committed Aug 22, 2019
1 parent 643748b commit 3f94ac6
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 @@ -92,7 +92,7 @@ console.log(csvs)
]
*/

// Concatenate them into one file and write them out as one csv
// Concatenate them into one file with Javascript's Array.flat() method and write out one combined csv
io.writeDataSync('single-file.csv', csvs.flat())

/*
Expand Down

0 comments on commit 3f94ac6

Please sign in to comment.