Further clarified README.md with autoloader additions to Module.php
authorKyle Spraggs <theman@spiffyjr.me>
Tue, 22 May 2012 06:19:03 +0000 (01:19 -0500)
committerKyle Spraggs <theman@spiffyjr.me>
Tue, 22 May 2012 06:19:03 +0000 (01:19 -0500)
README.md

index f7d12e3..c1ee4c4 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()
     {