Quellcode durchsuchen

Merge pull request #257 from boddhisattva/update-readme

Add link to help setup app and generate required credentials in README
Kevin Hughes vor 9 Jahren
Ursprung
Commit
af825527fc
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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