diff --git a/advanced-creation.md b/advanced-creation.md index e242648a8..31790084d 100644 --- a/advanced-creation.md +++ b/advanced-creation.md @@ -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.
+Configure a new `got` instance with the provided settings. You can access the settings through `got.defaults`.
**Note:** In contrast to `got.extend()`, this method has no defaults. ##### [options](readme.md#options)