From c23ba7b85dd7f66252b53bd3e59d8da742bb39ef Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Fri, 18 Dec 2020 18:40:20 -0500 Subject: [PATCH] Update documentation --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d0b9d09..9b881259 100644 --- a/README.md +++ b/README.md @@ -500,7 +500,7 @@ services: } } headers: - Content-Type: application/json + Content-Type: application/json # XXX: as of v1.9.2, this header is automatically added when graphql is set to true conditions: - "[STATUS] == 200" - "[BODY].data.user[0].gender == female" @@ -576,7 +576,6 @@ established. Defining a `dns` configuration in a service will automatically mark that service as a service of type DNS: ```yaml -services: - name: example dns query url: "8.8.8.8" # Address of the DNS server to use interval: 30s