--- INSTALL.txt.cvs	2005-11-21 03:09:54.000000000 +0100
+++ INSTALL.txt	2006-07-21 14:59:20.077753700 +0200
@@ -38,14 +38,35 @@ INSTALLATION:
    the following lines which you can tune to your needs. This style will be
    used by the module to print our images.
 
-  .inline  {
-   float: left; margin: 0em 1em 1em 0; display: inline;
-   padding: 4px 4px;
-  }
+   .inline  {
+     float: left;
+     margin: 0 1em 1em 0;
+     display: inline;
+     padding: 4px 4px;
+   }
 
 6. A .PO file is available in order to translate the module in your language.
    You can import it into your Drupal locale.
 
+7. You can add file type icons which will be displayed in front of the inlined
+   file download. These icons have to be placed in a subdirectory /mime of
+   your site's theme directory, i.e.
+
+     /themes/<yourtheme>/mime/
+
+   You have to create this directory by yourself. If a file type icon exists in
+   this directory (i.e. /themes/<yourtheme>/mime/type.png) it will be displayed.
+   Mime types are converted to simple extensions, i.e. 'application/zip' becomes
+   'zip', 'image/jpeg' => 'jpeg'. If no corresponding mime file type icon exists,
+   an arrow is prepended. Your /mime directory might look like this:
+
+     ./mime/pdf.png
+     ./mime/jpeg.png
+     ./mime/zip.png
+
+   Always remember that mime types are used, *not* file extensions!
+
+
 ********************************************************************
 SUPPORT:
 
