Browse Source

Improve comments in application/routes.php.

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

+ 3 - 3
application/routes.php

@@ -10,9 +10,9 @@ return array(
 	| Here is the public API of your application. To add functionality to your
 	| Here is the public API of your application. To add functionality to your
 	| application, you just add to the array located in this file.
 	| application, you just add to the array located in this file.
 	|
 	|
-	| It's a breeze. Simply tell Laravel the HTTP verbs and request URIs it
-	| should respond to. The GET, POST, PUT, and DELETE verbs are all
-	| recognized by the Laravel routing system.
+	| Simply tell Laravel the HTTP verbs and request URIs it should respond to.
+	| You may respond to the GET, POST, PUT, or DELETE verbs. Enjoy the simplicity
+	| and elegance of RESTful routing.
 	|
 	|
 	| Here is how to respond to a simple GET request to http://example.com/hello:
 	| Here is how to respond to a simple GET request to http://example.com/hello:
 	|
 	|