From 1f174b60b5bdd4d860c19d3ee3e9afe85963a5ab Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Mon, 2 Sep 2024 14:24:07 +0100 Subject: [PATCH] tidied readme --- readme.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 85ec489..dd7a25d 100644 --- a/readme.md +++ b/readme.md @@ -4,10 +4,13 @@ Replaces the old avascript and bash script version with a go verion. Does all the work internally. -Environment vars: -CRONSETTING // Default: "0 1 * * *" // At 01:00, every day -UPDATE // Set it true to trigger an update -PORT // defaults to 8989 +## Environment vars: + +- CRONSETTING // Default: "0 1 * * *" // At 01:00, every day + +- UPDATE // Set it true to trigger an update + +- PORT // defaults to 8989