Parcourir la source

Merge pull request #257 from boddhisattva/update-readme

Add link to help setup app and generate required credentials in README
Kevin Hughes il y a 9 ans
Parent
commit
af825527fc
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -30,6 +30,8 @@ ShopifyAPI uses ActiveResource to communicate with the REST web service. ActiveR
 
 1. First create a new application in either the partners admin or your store admin. For a private App you'll need the API_KEY and the PASSWORD otherwise you'll need the API_KEY and SHARED_SECRET.
 
+   If you're not sure how to create a new application in the partner/store admin and/or if you're not sure how to generate the required credentials, you can [read the related shopify docs](https://docs.shopify.com/api/guides/api-credentials) on the same.
+
 2. For a private App you just need to set the base site url as follows:
 
    ```ruby