From 3698315dc9a4e326003d8f1ce5de8c9870d96688 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 28 Jul 2011 14:17:35 -0500 Subject: [PATCH] Improve comments in application/routes.php. --- application/routes.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/routes.php b/application/routes.php index 20af4c8f..17a6cfa7 100644 --- a/application/routes.php +++ b/application/routes.php @@ -10,9 +10,9 @@ | Here is the public API of your application. To add functionality to your | 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: |