From 218e64368c7352bb7f157b147d27082a11301d13 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 11 Jul 2011 13:02:07 -0700 Subject: [PATCH] Tweak routes comment. --- application/routes.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/application/routes.php b/application/routes.php index 229a673a..4accc4c6 100644 --- a/application/routes.php +++ b/application/routes.php @@ -7,11 +7,10 @@ return array( | 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. | */