From 94e98ad5f0b8a31ec0fa0e997d13f9c0047479f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sessing=C3=B8?= Date: Sat, 16 Apr 2016 00:01:12 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cef4b9..a601d9c 100644 --- a/README.md +++ b/README.md @@ -384,7 +384,7 @@ Example: * @return \Pecee\Http\Input\Input */ function input() { - return new \Pecee\Http\Input\Input(); + return \Pecee\Http\Request::getInstance()->getInput(); } ```