From 7485b30f08642dc2e7066de7ff27a1a76c0fa50c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 18 Sep 2014 18:27:43 +0300 Subject: [PATCH] Update README.md fix typo? does not make sense otherwise! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7438a1f..c337096 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ try { return new Response($user); } catch (Exception $ex) { - return Response('error', 500); + return new Response('error', 500); } ```