From 84a953489d9d550cdd2a524f60f0708a66763f75 Mon Sep 17 00:00:00 2001 From: Szymon Marczak <36894700+szmarczak@users.noreply.github.com> Date: Tue, 30 Oct 2018 16:38:09 +0100 Subject: [PATCH] Mention how to access the defaults --- advanced-creation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)