diff --git a/README.md b/README.md index 76b57b8..c10ac46 100644 --- a/README.md +++ b/README.md @@ -39,12 +39,15 @@ ### Project directory structure
 backup-commander
-└─html			All web code. You can create a symlink to this directory for your web-server
-  ├─bin			Binary scripts runnable via bash. This directory is NOT served
-  ├─css			All CSS files
-  ├─img			All image files
-  ├─inc			All php files. This directory is NOT served
-  ├─data		All data files. This directory is NOT served
-  └─js  		All JS files
+└─html		All web code. You can create a symlink to this directory for your web-server
+  ├─ bin	Binary scripts runnable via bash. This directory is NOT served
+  ├─ css	All CSS files
+  ├─ img	All image files
+  ├─ inc	All php files. This directory is NOT served
+  ├─ data	All data files. This directory is NOT served
+  ├─ js  	All JS files
+  ├─ shd	Common files shared throughout the project
+  ├─ svc	Files dedicated for use by the service only
+  └─ lib	Library files from external projects
 └─install	Install and update scripts