From 6b496a7209a024ce965ba24b831a295202582a57 Mon Sep 17 00:00:00 2001 From: Jan-Paul Kleemans Date: Mon, 23 Feb 2015 19:12:15 +0100 Subject: [PATCH] Updated Run The Application comment --- public/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.php b/public/index.php index 05322e9f..37f19c23 100644 --- a/public/index.php +++ b/public/index.php @@ -39,8 +39,8 @@ | Run The Application |-------------------------------------------------------------------------- | -| Once we have the application, we can simply call the run method, -| which will execute the request and send the response back to +| Once we have the application, we can handle the incoming request +| through the kernel, and send the associated response back to | the client's browser allowing them to enjoy the creative | and wonderful application we have prepared for them. |