From 9c042a6ab428b48202782a8ee405cb2a6588d9f6 Mon Sep 17 00:00:00 2001 From: Marc-Andre Weber Date: Wed, 17 Jan 2024 13:14:43 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 213c80c..d409723 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Rest API Restrictions ------------ -* There must be one vertx-cluster-watchdog verticle instance per vertx instance, the watchdog is relying onto the fact that one broadcast message is received by one cluster member +* There must be one vertx-cluster-watchdog verticle instance per vertx instance, the watchdog is relying on the fact that one broadcast message is received by one cluster member * the verticle can only handle one hazelcast instance. If there are more than one hazelcast instances, the watchdog will not be run Configuration