From 02098a97422c8b231133a2765f1af4855dece38e Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Sat, 11 Apr 2020 23:14:20 -0400 Subject: [PATCH] Minor update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2e70728..3d4faec0 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ services: url: https://twinnation.org/health interval: 15s # Duration to wait between every status check (default: 10s) conditions: - - "[STATUS] == 200" - - "[RESPONSE_TIME] < 300" + - "[STATUS] == 200" # Status must be 200 + - "[RESPONSE_TIME] < 300" # Response time must be under 300ms - name: github url: https://api.github.com/healthz conditions: