Update README.md

Fixes #53

Signed-off-by: enyst <engel.nyst@gmail.com>
pull/55/head
engelnyst 12 years ago committed by enyst
parent c233214a39
commit c0ae6dbc31

@ -348,7 +348,7 @@ Flight::before('hello', function(&$params, &$output){
Flight::after('hello', function(&$params, &$output){
// Manipulate the output
$output .= " Have a nice day!";
}
});
// Invoke the custom method
echo Flight::hello('Bob');

Loading…
Cancel
Save