From 0db7de50198987c132decce023e35cdaf9def6b4 Mon Sep 17 00:00:00 2001 From: Gianni Ferullo Date: Mon, 26 Oct 2020 01:00:13 -0700 Subject: [PATCH] chore(docs): Updating configuration options api_key, shop_id (#27658) These configuration options have changed. See the [readme](https://github.com/dylanon/gatsby-source-etsy#installation) --- docs/docs/sourcing-from-etsy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/sourcing-from-etsy.md b/docs/docs/sourcing-from-etsy.md index a18275bf8689b..3b3460827efd7 100644 --- a/docs/docs/sourcing-from-etsy.md +++ b/docs/docs/sourcing-from-etsy.md @@ -32,8 +32,8 @@ plugins: [ resolve: "gatsby-source-etsy", options: { // highlight-start - apiKey: "your api key here", - shopId: "your shop id or shop name here", + api_key: "your api key here", + shop_id: "your shop id or shop name here", // highlight-end language: "en", // optional },