Skip to content

Commit c512120

Browse files
authored
remove extra Parentheses
1 parent a8ab4fd commit c512120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ $shopify->Order($orderID)->put($updateInfo);
171171
```php
172172
$webHookID = 453487303;
173173

174-
$shopify->Webhook($webHookID)->delete());
174+
$shopify->Webhook($webHookID)->delete();
175175
```
176176

177177

0 commit comments

Comments
 (0)