From c64d01bace68cd4c5cee10d0979f3d818545a4bd Mon Sep 17 00:00:00 2001 From: Matt Jeanes Date: Sun, 4 Jul 2021 02:30:46 +0100 Subject: [PATCH] Update the other FixedPrice examples to reduce confusion --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb3cc1d..afe99b8 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,9 @@ See below for how to configure the environment variables appropriately - FixedPrice__TimeZone=Europe/London # IANA (tz database) time zone code, used for below times - FixedPrice__Prices__0=08:00-13:00=0.1559 # Cost is in your currency e.g. pounds, euros, dollars (not pennies, cents, etc) - FixedPrice__Prices__1=13:00-20:00=0.05 # You can have as many as these as you need -- FixedPrice__Prices__2=20:00-03:30=4 -- FixedPrice__Prices__3=03:30-06:00=3.5 -- FixedPrice__Prices__4=06:00-08:00=2 +- FixedPrice__Prices__2=20:00-03:30=0.04 +- FixedPrice__Prices__3=03:30-06:00=0.035 +- FixedPrice__Prices__4=06:00-08:00=0.02 ``` ### aWATTar