Fix #224 Error in primary index.php $routing instructions
diff --git a/index.php b/index.php
index a8d58b2..f4ac11a 100644
--- a/index.php
+++ b/index.php
@@ -98,7 +98,7 @@
 	// if your controller is not in a sub-folder within the "controllers" folder
 	// $routing['directory'] = '';
 
-	// The controller class file name.  Example:  Mycontroller.php
+	// The controller class file name.  Example:  Mycontroller
 	// $routing['controller'] = '';
 
 	// The controller function you wish to be called.