Skip to content

Commit

Permalink
Turns out it had two missing parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
2016rshah committed Dec 1, 2014
1 parent 12b3c03 commit cb4fad1
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 @@ -37,7 +37,7 @@ my_sheet.setAuth('<google email/username>','<google pass>', function(err){
rows[0].save();
rows[0].del();
})
}
})

// column names are set by google based on the first row of your sheet
my_sheet.addRow( 2, { colname: 'col value'} );
Expand Down

0 comments on commit cb4fad1

Please sign in to comment.