From 77b194b6809bf87a0be8d90a0396395e0056bbb3 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 17 Jan 2023 10:31:41 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a99528b..4adea7f 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Example: PLUGINS_CONFIG = { 'netbox_topology_views': { 'preselected_device_roles': ['Router', 'Firewall'], - 'enable_circuit_terminations': True + 'hide_single_cable_logical_conns': True } } ```