diff --git a/README.md b/README.md index 3d0fc36..6dd6cac 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,20 @@ Enables Smarty 'trimwhitespace' Outputfilter to minify HTML Code Installation ------------ -1. Activate module in the OXID backend \ No newline at end of file +1. Activate module in the OXID backend + +---- + +After uploading the module, your directory should look like this: + +``` +├── index.php +├── bootstrap.php +├── config.inc.php +├── ... +└── modules + └── ab_htmlmin + ├── README.md + ├── metadata.php + └── models +```