From 7916b5978020b326e0561a56e3af02506e9322e7 Mon Sep 17 00:00:00 2001 From: repo-visualizer Date: Wed, 11 Aug 2021 10:21:23 -0400 Subject: [PATCH] add example of root_path param --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7f29c6..dbe3365 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,9 @@ Default: node_modules,bower_components,dist,out,build,eject,.next,.netlify,.yarn The directory (and its children) that you want to visualize in the diagram. -Default: ./ +For example: `./src/` + +Default: `./` ## `max_depth`