From c0ae6dbc312e2b74bd2d48c3923d61613ee9616c Mon Sep 17 00:00:00 2001 From: engelnyst Date: Thu, 22 Aug 2013 21:57:01 +0300 Subject: [PATCH] Update README.md Fixes #53 Signed-off-by: enyst --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7308f2c..f49208e 100644 --- a/README.md +++ b/README.md @@ -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'); @@ -743,4 +743,4 @@ $app->route('/', function(){ $app->start(); ``` -So instead of calling the static method, you would call \ No newline at end of file +So instead of calling the static method, you would call