diff --git a/README.md b/README.md index 34ad31c..28bee4a 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ $shopify->Order($orderID)->put($updateInfo); ```php $webHookID = 453487303; -$shopify->Webhook($webHookID)->delete()); +$shopify->Webhook($webHookID)->delete(); ```