Skip to content

Commit df480d8

Browse files
authored
Update README.md
1 parent 576ceb2 commit df480d8

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
@@ -90,7 +90,7 @@ This is the simplest way to call a webhook:
9090
Webhook::create()
9191
->url('https://other-app.com/webhooks')
9292
->payload(['key' => 'value'])
93-
->signUsingSecret('sign-using-this-secret')
93+
->useSecret('sign-using-this-secret')
9494
->call();
9595
```
9696

0 commit comments

Comments
 (0)