Skip to content

Commit

Permalink
Fixed readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo Ephraim committed Mar 4, 2013
1 parent 5a15dc3 commit 37866c8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Works without authentication for read-only sheets or with auth for adding/editin
// use worksheet object if you want to forget about ids
sheet_info.worksheets[0].getRows( function( err, rows ){
rows[0].colname = 'new val';
rows[0].colname.save();
rows[0].save();
rows[0].del();
}
}
Expand Down
11 changes: 0 additions & 11 deletions examples/unauthenticated.js

This file was deleted.

0 comments on commit 37866c8

Please sign in to comment.