From 1a3c4b38d446521783c1e710e0537239d46b1a6d Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Tue, 30 Apr 2024 12:55:24 +0000
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 4ee1ae4..a7c8734 100644
--- a/README.md
+++ b/README.md
@@ -7,15 +7,15 @@ For more information see [Checkmk forum Network Visualization](https://forum.che
 Features:
 - Create Layer 2 (CDP/LLDP) topology data 
 - Create Layer 3 (IPv4) topology data -> CMK2.3.0 only
-- Highlight connetion issues (Speed/Duplex/Half duplex/Native VLAN)
-- Reading connection data from the checkmk HW/SW inventory.
+- Highlight conetion issues (Speed, Duplex/Half duplex, Native VLAN)
+- Read connection data from the checkmk HW/SW inventory.
 - Works in standalone and distributed monitoring environments
 - Add custom connections (STATIC) for connections that are not in the inventory
 - Optimized for my [CDP](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/inventory/inv_cdp_cache/), [LLDP](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/inventory/inv_lldp_cache/) and [IPv4](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/inventory/inv_ipv4_addresses) inventory plugins
 - Merge CDP, LLDP, STATIC topologies (CMK 2.2.0 only)
 - Can also be used with custom inventory plugins
 
-The necessary HW/SW inventory data can be created with my CDP/LLDP inventory plugins.
+The necessary HW/SW inventory data can be created with my CDP/LLDP/IPv4 inventory plugins.
 - [CDP inventory plugin](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/inventory/inv_cdp_cache/)
 - [LLDP inventory plugin](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/inventory/inv_lldp_cache/)
 - [IPv4 inventory plugin](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/inventory/inv_ipv4_addresses)
-- 
GitLab