From f69ef6205926efe0d7591bb420413dfae248f65a Mon Sep 17 00:00:00 2001 From: Paula Osterkamp Date: Thu, 23 Oct 2025 17:03:35 +0200 Subject: [PATCH] docs: fix wrong config name from includeIndependentModules to includeIsolatedModules --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7d8402..7adff6e 100644 --- a/README.md +++ b/README.md @@ -282,7 +282,7 @@ Optional settings: - If set, only these modules and their dependencies (direct and transitive) will be included in the graph. - If not set, all modules are considered root modules, which means the graph will include all modules and their dependencies. - This is useful when you want to focus on a specific part of your project's dependency structure. -- **includeIndependentModules**: Whether to include modules with no connections (no dependencies and no dependants) in the graph. Default is `false`. +- **includeIsolatedModules**: Whether to include modules with no connections (no dependencies and no dependants) in the graph. Default is `false`. ### Multiple graphs