Skip to content

Commit a2d5ef1

Browse files
update readme
1 parent 24b00ba commit a2d5ef1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To start using the Shopify API library, use this example:
3131
```python
3232
from shopify_api import ShopifyAPI
3333

34-
shopify_api_client = ShopifyAPI("8179e65d-0fe5-4e5f-8bfd-9f3225844fa6")
34+
shopify_api_client = ShopifyAPI("INSERT_YOUR_API_KEY")
3535

3636
try:
3737
result = shopify_api_client.collections(
@@ -54,7 +54,7 @@ You can also use our Shopify Python API to get information about products:
5454
```python
5555
from shopify_api import ShopifyAPI
5656

57-
shopify_api_client = ShopifyAPI("8179e65d-0fe5-4e5f-8bfd-9f3225844fa6")
57+
shopify_api_client = ShopifyAPI("INSERT_YOUR_API_KEY")
5858

5959
try:
6060
result = shopify_api_client.products(

shopify_api/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.0'
1+
__version__ = '1.0.1'

0 commit comments

Comments
 (0)