From c5121206ccbc34b71d6fb9081a21f554ae4d0076 Mon Sep 17 00:00:00 2001 From: Saiful Islam Date: Thu, 16 Apr 2020 15:31:54 +0600 Subject: [PATCH] remove extra Parentheses --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); ```