From b7a5a58544565fce2351646070410b2e5307fbc0 Mon Sep 17 00:00:00 2001 From: Shahm Najeeb Date: Wed, 6 Nov 2024 13:29:14 +0400 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3edbebfd..118758f8 100644 --- a/README.md +++ b/README.md @@ -104,12 +104,11 @@ The config.json file is a JSON file that contains the following information: ```json { - "WEBHOOK URL": "", - "ipgeolocation.io API KEY": "", - "DEBUG": true, - "VERSION": "X.X.X", + "ipgeolocation.io API KEY": "OPTIONAL - Key for ipgeoloc", + "Log Level Debug?": bool, + "VERSION": "Version number x.x.x format", "CURRENT_FILES": [ - + "Files Seperated by commas in strings" ] } ```