Skip to content

Commit 56b8849

Browse files
committed
correct default value for debug option
1 parent a8e3063 commit 56b8849

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Add the module to the modules array in the `config/config.js` file:
4343
| `animationSpeed` | 1000 | **Optional** The speed of the show and hide animations in milliseconds |
4444
| `notification_schedule` | | **Optional** A single, or array of multiple definitions to schedule when notifications should be sent. See [Scheduling Notifications](#scheduling-notifications) |
4545
| `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) |
46-
| `debug` | `false` | **Optional** Outputs messages to the console/log when set to `true` |
46+
| `debug` | `true` | **Optional** Outputs messages to the console/log when set to `true` |
4747

4848
## Config Examples
4949

0 commit comments

Comments
 (0)