From bfb74e8e48f987487c66289be4ff459eeeb50769 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 17 Aug 2022 16:38:18 +0200 Subject: [PATCH] README.md: Change "failed" to "fail" in response status code. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7878f4..f132c70 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ See [HAproxy documentation](https://cbonte.github.io/haproxy-dconv/1.7/configura | --------- | ---------------------------------------------------------- | | `up` | Api is healthy | | `down` | Api is not healthy | -| `failed` | The program failed to read the status from the api. | +| `fail` | The program failed to read the status from the api. | | `maint` | Api is set in maintenance mode (not used) | | `ready` | Api is ready again after being in `maint` state (not used) | | `stopped` | Api has been stopped manually (not used) |