From db65be6e0e43650f678f375c114120d940816ef5 Mon Sep 17 00:00:00 2001 From: Alfred Bez Date: Tue, 2 Sep 2014 12:41:48 +0200 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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 +```