jamietr1 / google-docs-writing-tracker

Automation scripts to track writing in Google Docs
187 stars 39 forks source link

Name of spreadsheet tab wrong in readme for Daily Almanac #4

Closed iomadh closed 9 years ago

iomadh commented 9 years ago

Running the daily almanac I got the following error:

TypeError: Cannot call method "getLastRow" of null. (line 315, file "Code")

Checking the code I found that the tab should be called "Goal"

var sheet = qs_doc.getSheetByName("Goal");

but the readme states "Name the tab "Goals""

jamietr1 commented 9 years ago

The tab should be singular: "Goal", not "Goals." I have corrected the README accordingly and checked the change back into the master branch. Sorry for any confusion, and thanks for catching this errors.