From f1f27248d2a545797563b53d7cd6592ce86bc830 Mon Sep 17 00:00:00 2001 From: Gianni Ferullo Date: Sun, 25 Oct 2020 20:39:59 -0700 Subject: [PATCH] Updating configuration options 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 },