Skip to content

Commit

Permalink
chore(docs): Updating configuration options api_key, shop_id (#27658)
Browse files Browse the repository at this point in the history
These configuration options have changed. See the [readme](https://github.com/dylanon/gatsby-source-etsy#installation)
  • Loading branch information
giannif committed Oct 26, 2020
1 parent 60b4bc4 commit 0db7de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/sourcing-from-etsy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit 0db7de5

Please sign in to comment.