Merge pull request #57 from Xerkus/master
[zf2.biz/galerie.git] / README.md
index f7d12e3..531b01d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ For public/index.php, replace lines 2-13 with:
     // Setup autoloader
     AutoloaderFactory::factory();
 
-For modules/Application/Module.php add:
+Within modules/Application/Module.php add this method to the Application class:
 
     public function getAutoloaderConfig()
     {
@@ -57,5 +57,7 @@ For modules/Application/Module.php add:
         );
     }
 
+Virtual Host
+------------
 Afterwards, set up a virtual host to point to the public/ directory of the
 project and you should be ready to go!
\ No newline at end of file