From 2ca76b9b36e2f174ffd3d1fb13f28367d23fa757 Mon Sep 17 00:00:00 2001 From: Gerald-H <53166232+Gerald-Ha@users.noreply.github.com> Date: Thu, 28 Nov 2024 14:26:17 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0543014..87b291e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ GGTree is a simple Python program that outputs the directory structure (tree) from the current folder to the console. ## Sample -[14:22:05] User:~/python/tree$ ggtree +``` +[14:22:05] User: /python/tree$ ggtree Directory tree for: /python/tree ├── README.md ├── README.md~ @@ -13,7 +14,8 @@ Directory tree for: /python/tree ├── ggtree.py ├── install.sh └── uninstall.sh -[14:22:07] User:~/python/tree$ +[14:22:07] User: /python/tree$ +``` ## Features