Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
Update README: Configuring
Browse files Browse the repository at this point in the history
- update the code snippet to match `src/index.js`
  • Loading branch information
thiskevinwang committed Jan 29, 2019
1 parent d9e7bc9 commit 3960d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-js-buy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You will need the following things properly installed on your computer.
If you would like to connect your store to this example, open up `src/index.js` and update the `domain` and `storefrontAccessToken`:

```js
const config = new Config({
const client = Client.buildClient({
storefrontAccessToken: 'your-storefront-access-token',
domain: 'your-shop-name.myshopify.com',
});
Expand Down

0 comments on commit 3960d27

Please sign in to comment.