diff --git a/example.php b/example.php index afb010c..9ff1b0e 100644 --- a/example.php +++ b/example.php @@ -36,9 +36,8 @@ App::any('/example', // Route Parameters //----------------------------------------------------- // capture segments of the URL_PATH within your route. for example, -// you may need to capture a users ID. you may do so by defining -// route parameters. -// parameters are injected into route callbacks based on their order. +// you may need to capture a users ID. parameters are injected into +// route callbacks based on their order. // a required parameter will only match when a value is supplied App::get('/echo/$text',