From 82a63b0e5713b97e0b1e1a7d5cfc033ee4f5040b Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Wed, 15 Nov 2023 16:51:06 +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 87a23e6..bdcad01 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 [PACKAGE]: ../../raw/master/mkp/create_topology_data-0.1.0-20231028.mkp "create_topology_data-0.1.0-20231028.mkp"
-# PoC for Network Visualization data creation from inventory data
+Network Visualization data creation tool from inventory data
 
 This script creates the topology data file needed for the [Checkmk Exchange Network visualization](https://exchange.checkmk.com/p/network-visualization) plugin by Andreas Boesl and [schnetz](https://exchange.checkmk.com/u/schnetz).\
 For more information see [Checkmk forum Network Visualization](https://forum.checkmk.com/t/network-visualization/41680). 
@@ -64,11 +64,11 @@ To use this tool:
 
 Usage with CDP and STATIC (this is the default):
 ```
-~/local/lib/topology_data/create_topology_data.py -s Core01 -d
+~/local/bin/topology_data/create_topology_data.py -s Core01 -d
 ```
 Usage with LLDP and STATIC:
 ```
-~/local/lib/topology_data/create_topology_data.py -s Core01 -d -l LLDP STATIC
+~/local/bin/topology_data/create_topology_data.py -s Core01 -d -l LLDP STATIC
 ```
 
 <details><summary>Help output from create_topology_data.py --help</summary>
-- 
GitLab