From e29af545944a30fb8bbf958b385e302f361bf4de Mon Sep 17 00:00:00 2001 From: dWiGhT Date: Thu, 9 Nov 2023 13:04:51 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30f0020..85477c3 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Running this microservice will provide a findable service (via ZeroConf) that wi Health is determined by a state machine with states of "**UNKNOWN**", "**DEGRADED**", "**UNHEALTHY**", and "**HEALTHY**". The parameters settings `unhealthy` and `healthy` determine the threshold of when to transition to the next state.

- +

## HealthCheckerServer Class @@ -194,4 +194,4 @@ Valid values: 2 to 10 times, Default: 10 times Passing `localhost` to `HealthChecker.Server` is meaningless when more then likely they will exist on different servers and or domains. This will return the IP address of the local machine. ## findFreePort() -Finds a port that is free at the current IP address. \ No newline at end of file +Finds a port that is free at the current IP address.