Skip to content

Commit

Permalink
Merge pull request #76 from enguerran/docs.default_value
Browse files Browse the repository at this point in the history
[docs] add default value
  • Loading branch information
nono authored Feb 16, 2017
2 parents 50a5bef + b511ae0 commit 037130a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 037130a

Please sign in to comment.