8000 revert sample change · n00bdevel/example-ruby-app@25549c7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 25549c7

Browse files
committed
revert sample change
1 parent e801f8d commit 25549c7

8000 File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This repository is home to the code examples highlighted in various [Shopify API
1818

1919
Follow [this guide](https://help.shopify.com/api/getting-started/api-credentials) to obtain your public app credentials from your Shopify Partners account.
2020

21-
This example app uses a `.env` file to store app credentials. After cloning the repository, rename `sample.env` to `.env` in the root folder of the tutorial. Copy the values of the API Key and API Secret from your partner dashboard, and use them to replace the values in `.env`.
21+
This example app uses a `.env` file to store app credentials. After cloning the repository, create a `.env` file in the root folder (`/example-ruby-app`) using the code snippet below. Then, copy the values of the _API Key_ and _API Secret_ from your partner dashboard, and use them as the values in `.env`.
2222

2323
```bash
2424
API_KEY=YOUR_API_KEY

sample.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
API_KEY=YOUR_API_KEY
2-
API_SECRET=YOUR_SECRET_KEY
1+
API_KEY=1039531e6aff4207e8c5261ad7353f64
2+
API_SECRET=56f9875e47056fccc9a286595c9b1b17

0 commit comments

Comments
 (0)
0