From 99c241d18839384aa13fc9d31b677a13b8739756 Mon Sep 17 00:00:00 2001 From: Evan Coury Date: Wed, 23 May 2012 11:51:27 -0700 Subject: [PATCH] Update readme to not include classmap autoloader registration. Since we no longer include the classmap file. --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 531b01d..dd9072b 100644 --- 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__, @@ -60,4 +57,4 @@ 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! -- 1.7.10.4