From b511ae0910e7ea6fa545901946fae1d15591fca7 Mon Sep 17 00:00:00 2001 From: Enguerran Date: Thu, 16 Feb 2017 16:47:25 +0100 Subject: [PATCH] add default value --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index ce773c0a..4d655ab0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -117,7 +117,7 @@ It does not return a value. - `options` is an object with the following fields: * `cozyURL`: absolute url of the cozy stack - * `disablePromises`: boolean to make function that returns promise used with a classical "callback as last argument" + * `disablePromises`: boolean to make function that returns promise used with a classical "callback as last argument" (default value is *false*) * `oauth`: an object with the OAuth parameters, see [OAuth](./oauth.md) for details ```javascript