Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
trungi committed Jul 10, 2020
1 parent 825f029 commit 6ccb737
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 @@ -25,7 +25,7 @@ copy({
log: true, // default false
create : true // create destination table if not exist
schemaOnly : false // if true it will copy schema only -- optional
transformDataFn: (item) => {} // function to transform data
transformDataFn: (item) => newItem // function to transform data
},
function (err, result) {
if (err) {
Expand Down

0 comments on commit 6ccb737

Please sign in to comment.