Skip to content

Commit e113d35

Browse files
committed
Merge pull request #10 from fliegen/fix-webhook-case
Change the WebHook into Webhook in README.md
2 parents e386e84 + 9ccc08f commit e113d35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
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)