From 0a269b83c54967bb2a63643b7f9cc8c1147e6b02 Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Fri, 6 Dec 2013 10:20:34 -0800 Subject: [PATCH] Add blank line before list so it lays out properly. --- docs/api-model-remote.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api-model-remote.md b/docs/api-model-remote.md index d1bf56a0..ae1255b1 100644 --- a/docs/api-model-remote.md +++ b/docs/api-model-remote.md @@ -69,6 +69,7 @@ Multiple arguments, specified as an array: **HTTP mapping of input arguments** There are two ways to specify HTTP mapping for input parameters (what the method accepts): + * Provide an object with a `source` property * Specify a custom mapping function