Skip to content

Commit

Permalink
readme changes suggested by @bdunlap
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepshetty committed Oct 29, 2011
1 parent 389adb9 commit 7df5b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Making API calls:
$shopify = shopify_api_client($shops_myshopify_domain, $shops_token, $api_key, $shared_secret);

// For private apps:
// $shopify = shopify_api_client($shops_myshopify_domain, $shops_token, $api_key, $password, true);
// $shopify = shopify_api_client($shops_myshopify_domain, NULL, $api_key, $password, true);

try
{
Expand Down

0 comments on commit 7df5b7a

Please sign in to comment.