diff --git a/README.md b/README.md
index f67a4143c080bd4f975962ad803ec71015e37c1c..781da5faf08e135c499ea22fad8ffaffa64dbb35 100644
--- a/README.md
+++ b/README.md
@@ -76,12 +76,12 @@ Sample output
 Extends the existing device info inventory plugin by:
 
  - adding host labels
-   - cmk/meraki: This label is set to "yes" for all Meraki devices
-   - cmk/meraki/device_type: This label is set to the Meraki product type to which the device belongs, such as "switch" or "wireless".
-   - cmk/meraki/net_id: This label is set to the network id the Meraki device belongs to.
-   - cmk/meraki/net_name: This label is set to the network name the Meraki device belongs to.
-   - cmk/meraki/org_id: This label is set to the organisation id the Meraki device belongs to.
-   - cmk/meraki/org_name: This label is set to the organisation name the Meraki device belongs to.
+   - `cmk/meraki:yes` Is set for all Meraki devices
+   - `cmk/meraki/device_type:<product type>` This label is set to the Meraki product type to which the device belongs, such as _switch_ or _wireless_.
+   - `cmk/meraki/net_id:< network_id>` This label is set to the network id the Meraki device belongs to.
+   - `cmk/meraki/net_name:<network_name>` This label is set to the network name the Meraki device belongs to.
+   - `cmk/meraki/org_id:<org_id>` This label is set to the organisation id the Meraki device belongs to.
+   - `cmk/meraki/org_name:org_name` This label is set to the organisation name the Meraki device belongs to.
 - extending the inventory by adding
    - the manufacturer
    - the network name 
@@ -191,6 +191,11 @@ Monitors the state of Meraki switch ports. Includes:
 
 **Note**: To use the traffic counters, the API cache needs be disabled, and the generation of the perfdata must be enabled in WATO.
 
+Host labels
+
+- `nvdct/has_cdp_neighbours:yes` if the host has at least one CDP neighbour 
+- `nvdct/has_lldp_neighbours:yes` if the host has at least one LLDP neighbour
+
 Sample output
 
 ![sample output](img/meraki-port-status.png?raw=true "Switch port status")