From c4e02e3a7581eae0745cf0ff61a36c5e8fa5d5c8 Mon Sep 17 00:00:00 2001 From: TwiN Date: Fri, 4 Oct 2019 14:12:21 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a48dd025..bec8f4be 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ services: - name: twinnation # Name of your service, can be anything url: https://twinnation.org/actuator/health interval: 15s # Duration to wait between every status check (opt. default: 10s) - failure-threshold: 3 + failure-threshold: 3 # TODO conditions: - "$STATUS == 200" - name: github