From 85c3bda427de1f7c019791c51242a11362c4491c Mon Sep 17 00:00:00 2001 From: Sam Schmidt Date: Mon, 30 Nov 2015 13:17:05 -0500 Subject: [PATCH] Whitespace. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 84aca1f..8e69441 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ Magicdoc can also read directly from your api. options are not required- headers, body, method (defaults to GET). `options`: specifies actions to take with the received json, mostly preprocessing + `options=>bust_wrapper_array`: if your API wraps returned objects in an array, you can set this option to pop the first object out of the array to be used for documentation generation.