Skip to content

Commit 52cfe7d

Browse files
authored
Merge pull request #10 from fliegen/fix-webhook-case
Change the WebHook into Webhook in README.md
2 parents 5e57dd6 + da01f6d commit 52cfe7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,12 @@ $updateInfo = array (
157157
$shopify->Order($orderID)->put($order);
158158
```
159159

160-
- Remove a WebHook (DELETE request)
160+
- Remove a Webhook (DELETE request)
161161

162162
```php
163163
$webHookID = 453487303;
164164

165-
$shopify->WebHook($webHookID)->delete());
165+
$shopify->Webhook($webHookID)->delete());
166166
```
167167

168168

0 commit comments

Comments
 (0)