Update README.md

This commit is contained in:
Simon Sessingø
2016-04-16 00:01:12 +02:00
parent 8f24256434
commit 94e98ad5f0

View File

@@ -384,7 +384,7 @@ Example:
* @return \Pecee\Http\Input\Input
*/
function input() {
return new \Pecee\Http\Input\Input();
return \Pecee\Http\Request::getInstance()->getInput();
}
```