From 94d97efdc6d18300cd179b6efe906a05ed0c4be8 Mon Sep 17 00:00:00 2001 From: Ayush Gupta Date: Tue, 17 Jul 2012 18:34:26 -0700 Subject: [PATCH] updated readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a655c13..b47200c3 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,7 @@ swagger-ui supports invocation of all HTTP methods APIs but only GET methods API For example if you wanted to enable GET, POST and PUT but not for DELETE, you'd set this as: -```supportedSubmitMethods: ['get', 'post', 'put'] -``` + supportedSubmitMethods: ['get', 'post', 'put'] _Note that for POST/PUT body, you'd need to paste in the request data in an appropriate format which your service can unmarshall_