Browse Source

README updated

Loweel 4 years ago
parent
commit
f7dac31974
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -40,7 +40,7 @@ ENV TRIGGER	0.6
 ENV SENIORITY	1025
 ENV DEBUG false
 ENV DUMPFILE /somewhere/bayes.txt
-ENV REFRESHTIME 24
+ENV REFRESHTIME 24h
 ```
 
 Using a bash script, this means something like:
@@ -52,7 +52,7 @@ export TRIGGER="0.6"
 export SENIORITY="1025"
 export DEBUG="true"
 export DUMPFILE="/somewhere/bayes.txt"
-export REFRESHTIME 24
+export REFRESHTIME 24h
 ./zardoz 
 ```