diff --git a/application/routes.php b/application/routes.php index 3d94c647..94efd50d 100644 --- a/application/routes.php +++ b/application/routes.php @@ -28,7 +28,7 @@ return array( | return 'Hello World!'; | } | - | Here's how to allow URI wildcards using the (:num) or (:any) place-holders: + | It's easy to allow URI wildcards using the (:num) or (:any) place-holders: | | 'GET /hello/(:any)' => function($name) | {