From 56b884938b0388568631dce635ed410d54da914b Mon Sep 17 00:00:00 2001 From: ianperrin Date: Mon, 19 Dec 2016 00:57:38 +0000 Subject: [PATCH] correct default value for debug option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93313f6..c68b2fd 100644 --- a/README.md +++ b/README.md @@ -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