From 9884d36360ce9de33a15470911f3ccc49795a98f Mon Sep 17 00:00:00 2001 From: Falko Habel Date: Mon, 20 Jan 2025 18:38:10 +0100 Subject: [PATCH] corrected readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ac29590..2e6b0a5 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,7 @@ By default, `tree_structurer` ignores files and folders that start with `_` or ` #### Example Output ``` -dir Structure for /path/to/directory: -/path/to/directory +Analyzing directory: /path/to/directory: ├── main.py ├── module1 │ ├── __init__.py -- 2.34.1