Skip to content

Commit

Permalink
Mention how to access the defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
szmarczak committed Oct 30, 2018
1 parent 3af3616 commit 84a9534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion advanced-creation.md
Expand Up @@ -6,7 +6,7 @@

Example: [gh-got](https://github.com/sindresorhus/gh-got/blob/master/index.js)

Configure a new `got` instance with the provided settings.<br>
Configure a new `got` instance with the provided settings. You can access the settings through `got.defaults`.<br>
**Note:** In contrast to `got.extend()`, this method has no defaults.

##### [options](readme.md#options)
Expand Down

0 comments on commit 84a9534

Please sign in to comment.