Skip to content

Commit

Permalink
updating readme to reflex the new config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsjv committed Oct 11, 2015
1 parent bf9c54b commit 9a0cbc6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,13 @@ https://docs.google.com/spreadsheets/d/[key]/edit?gid=[gid]

```json
{
"configUrl": "https://docs.google.com/spreadsheets/d/12cvMUMnWEKynGTsyXQywvJ9drpjYAyyo0-2cnTUJSFw/edit?gid=44020743",
"dataUrl": "https://docs.google.com/spreadsheets/d/12cvMUMnWEKynGTsyXQywvJ9drpjYAyyo0-2cnTUJSFw/edit?gid=497466409",
"debugEnabled": true,
"sheets": {
"Sheet: Demo Team": {
"configUrl": "https://docs.google.com/spreadsheets/d/12cvMUMnWEKynGTsyXQywvJ9drpjYAyyo0-2cnTUJSFw/edit?gid=44020743",
"dataUrl": "https://docs.google.com/spreadsheets/d/12cvMUMnWEKynGTsyXQywvJ9drpjYAyyo0-2cnTUJSFw/edit?gid=497466409"
}
},
"debugEnabled": true,
"showAllWork": true,
"cacheTtl": 300,
"datePickerFormat": "mm/dd/yyyy",
Expand Down

0 comments on commit 9a0cbc6

Please sign in to comment.