Skip to content

Commit 8c2931f

Browse files
authored
Update README.md
1 parent 832a53d commit 8c2931f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pip install --upgrade ShopifyAPI
4747

4848
```python
4949
import shopify
50-
50+
5151
shopify.Session.setup(api_key=API_KEY, secret=API_SECRET)
5252
```
5353
1. In order to access a shop's data, apps need an access token from that specific shop. We need to authenticate with that shop using OAuth, which we can start in the following way:

0 commit comments

Comments
 (0)