From b50e8df69edf087c7fbeab9190bf8c41cbb41e30 Mon Sep 17 00:00:00 2001 From: Mark Rapson Date: Wed, 19 Apr 2023 10:05:26 +0100 Subject: [PATCH] Update config-example.json --- config-example.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-example.json b/config-example.json index 440f3d6..a28b1d8 100644 --- a/config-example.json +++ b/config-example.json @@ -15,7 +15,7 @@ { "googleDocId": "--- 2nd Google Sheet ID ---", "sheets": [ - "Sheet3" + "-- Sheet Name ---" ], "pollRate": 10000 } @@ -27,7 +27,7 @@ { "googleDocId": "--- 3rd Google Sheet ID ---", "sheets": [ - "Sponsors" + "-- Sheet Name ---" ], "pollRate": 5000 }