From 692aca9419f625e7b424e6c8217e4fb9885b9bca Mon Sep 17 00:00:00 2001 From: DannyB Date: Sun, 12 Jun 2016 07:15:05 +0000 Subject: [PATCH] readme: add example dir structure --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 9c42829..1495d77 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,23 @@ main file describing this directory. The navigation sidebar will show all the sub directories and files in the same directory as the viewed file. +Example structure: + +``` +./ +├── README.md +├── Code.md +├── Double Escape.md +├── File-with-Dashes.md +├── Folder +│   └── File.md +└── Another Folder + ├── README.md + ├── Headings.md + ├── Images.md + └── Lists.md +``` + ---