From 7954a2860aa24f95567bd60de24d1061cc2cbca8 Mon Sep 17 00:00:00 2001 From: Quentin Barbe Date: Thu, 7 Mar 2019 16:31:59 +0100 Subject: [PATCH] fix: correct typo in readme sample (#56) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c62e05a4..9d125a33 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Gaxios supports setting default properties both on the default instance, and on ```js const gaxios = require('gaxios'); -gaxios.instances.defaults = { +gaxios.instance.defaults = { baseURL: 'https://example.com' headers: { Authorization: 'SOME_TOKEN'