Merge pull request #64 from EvanDotPro/hotfix/composer-fixes
[zf2.biz/galerie.git] / README.md
index c1ee4c4..dd9072b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -46,9 +46,6 @@ Within modules/Application/Module.php add this method to the Application class:
     public function getAutoloaderConfig()
     {
         return array(
-            'Zend\Loader\ClassMapAutoloader' => array(
-                __DIR__ . '/autoload_classmap.php',
-            ),
             'Zend\Loader\StandardAutoloader' => array(
                 'namespaces' => array(
                     __NAMESPACE__ => __DIR__ . '/src/' . __NAMESPACE__,
@@ -57,5 +54,7 @@ Within modules/Application/Module.php add this method to the Application class:
         );
     }
 
+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
+project and you should be ready to go!