Skip to content

Commit

Permalink
correct default value for debug option
Browse files Browse the repository at this point in the history
  • Loading branch information
ianperrin committed Dec 19, 2016
1 parent a8e3063 commit 56b8849
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 @@ -43,7 +43,7 @@ Add the module to the modules array in the `config/config.js` file:
| `animationSpeed` | 1000 | **Optional** The speed of the show and hide animations in milliseconds |
| `notification_schedule` | | **Optional** A single, or array of multiple definitions to schedule when notifications should be sent. See [Scheduling Notifications](#scheduling-notifications) |
| `global_schedule` | | **Optional** A single, or array of multiple definitions to schedule when all modules should be shown/hidden/dimmed. See [Global Schedules](#global-schedules) |
| `debug` | `false` | **Optional** Outputs messages to the console/log when set to `true` |
| `debug` | `true` | **Optional** Outputs messages to the console/log when set to `true` |

## Config Examples

Expand Down

0 comments on commit 56b8849

Please sign in to comment.