diff --git a/README.md b/README.md
index ef39fb786bf4ca612cdae90a5c9880155519f8f5..b1be0e873cd932868b8a4fdf7445ac178a21f1ff 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,9 @@ Adds live cycle information for Cisco devices to the inventory.
 *  *inv_cisco_psirt*: adds information about security related issues to the inventory
 *  *inv_cisco_bug*: adds information about known issues to the inventory
 
-*wato*: In all plugins you can remove not needed columns from the inventory.
+*WATO*: In all plugins you can remove not needed columns from the inventory.
 
-**Note**: to get this plugins to work, you nedd access to the Cisco support APIs (see https://apiconsole.cisco.com/supportapis)
+**Note**: to get this plugins to work, you nedd access to the [Cisco support APIs](https://apiconsole.cisco.com/supportapis)
 
 ~~**Note**: to get the status colors and the clickable IDs for EOL, PSIRT and Bug you need to copy the file _`~/lib/check_mk/gui/plugins/views/inventory.py`_ of your CMK site installation to _`~/local/lib/check_mk/gui/plugins/views`_. Then change the value of `ENABLE_PAINTERS` from `False` to `True` in  _`~/local/lib/check_mk/gui/plugins/views/inv_cisco_livecycle.py`_~~
 Don't work anymore in CMK 2.2.0.
@@ -26,8 +26,8 @@ Don't work anymore in CMK 2.2.0.
 You can install the package by uploading it to your CheckMK site and as site user run
 
 ```
-mkp add inv_cisco_support-0.0.3-20230802.mkp
-mkp enable inv_cisco_support 0.0.3-20230802
+mkp add PACKAGENAME-VERSION.mkp
+mkp enable PACKAGENAME VERSION
 ```
 
 In the Enterprise/Free edition of CheckMK you can use the GUI to install the package (_Setup_ -> _Extension Packages_ -> _Upload package_)