From d58dd93cea1c3fb399731c7fc426b318e18afa06 Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Fri, 12 Jul 2024 17:13:23 +0000
Subject: [PATCH] Update README.md

---
 README.md | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 6a57f29..5cab7cc 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,12 @@
 [PACKAGE]: ../../raw/master/mkp/vsphere_topo-0.0.4-20240712.mkp "vsphere_topo-0.0.4-20240712.mkp"
 # vSphere Topology Visualization
 
-This plugin uses the data from the _VMware ESX via vSphere_ spezial agent to create a topolofy of the vSphere environment.
-It creates the Topology on the fly with each check cycle. The topology contains the vCenter -> Data center -> Clutser -> VMs -> Datastore.
+This plugin uses the data from the _VMware ESX via vSphere_ special agent to create a topology of the vSphere environment.
+It creates the topology on the fly with each check cycle. The topology contains the vCenter -> Data center(s) -> Clutser(s) -> VMs -> Datastore(s). The plugin will also work in host only mode.
+
+---
+### Acknowledgements
+ThX to [adadietrich](https://forum.checkmk.com/u/adadietrich/summary) for the idea and for being my beta tester
 
 ---
 ### Download
@@ -29,7 +33,7 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut
 ---
 ### Check Info
 
-The plugin creates the service **_vSphere Topology_** on each discovered vCenter server.
+The plugin creates the service **_vSphere Topology_** on each discovered vCenter server (or ESXi host if in host only mode).
 
 <details><summary>Montoring states</summary>
 
-- 
GitLab