Browse Source

Tweak routes comment.

Taylor Otwell 13 years ago
parent
commit
218e64368c
1 changed files with 3 additions and 4 deletions
  1. 3 4
      application/routes.php

+ 3 - 4
application/routes.php

@@ -7,11 +7,10 @@ return array(
 	| Application Routes
 	| Application Routes
 	|--------------------------------------------------------------------------
 	|--------------------------------------------------------------------------
 	|
 	|
-	| Here is the "definition", or the public API, of your application.
+	| Here is the public API of your application. To add functionality to your
+	| application, you add to the array located in this file.
 	|
 	|
-	| To add functionality to your application, you add to the array located
-	| in this file. It's a breeze. Just tell Laravel the request method and
-	| URI a function should respond to.
+	| It's a breeze. Just tell Laravel the request URIs it should respond to.
 	|
 	|
 	*/
 	*/