From 55ef512b4d5dad12948ea89c31385daba1dddc84 Mon Sep 17 00:00:00 2001 From: Leevi Graham Date: Sat, 3 Nov 2012 00:59:53 +1100 Subject: [PATCH] Fixed Syntax in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7f044f..451d7c6 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,8 @@ class YourController extends Controller /** * @ApiDoc( * description="Create a new Object", - * input="Your\Namespace\Form\Type\YourType" - * return='Your\Namespace\Class' + * input="Your\Namespace\Form\Type\YourType", + * return="Your\Namespace\Class" * ) */ public function postAction()