Update README.md

Cette révision appartient à :
Alfred Bez 2014-09-02 12:41:48 +02:00
Parent 89799cb83a
révision db65be6e0e

Voir le fichier

@ -5,4 +5,20 @@ Enables Smarty 'trimwhitespace' Outputfilter to minify HTML Code
Installation
------------
1. Activate module in the OXID backend
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
```