Skip to content

Commit

Permalink
Small documentation renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Apr 5, 2020
1 parent 0bdf8a9 commit 56befe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ API client for the [Shopify](https://www.shopify.com) service.
| ----- | ----- | ----- | ----- |
| **SHOPIFY_API_KEY** | `str` | `None` | The username/key to be used in the authentication with the Shopify API. |
| **SHOPIFY_PASSWORD** | `str` | `None` | The password to be used in the authentication with the Shopify API. |
| **SHOPIFY_SECRET** | `str` | `None` | The secret to be used in the authentication with the Shopify API. |
| **SHOPIFY_SECRET** | `str` | `None` | The shared secret to be used for message validation with the Shopify API. |
| **SHOPIFY_STORE** | `str` | `None` | The name/domain of the Shopify store to use the Shopify API. |
| **SHOPIFY_WEBSITE** | `str` | `None` | The public name/domain of the Shopify store to use the Shopify API, may be different from `SHOPIFY_STORE`. |
| **SHOPIFY_ID** | `str` | `None` | While using OAuth provides a way to define the client identifier. |
Expand Down

0 comments on commit 56befe3

Please sign in to comment.