Skip to content

Commit

Permalink
Fix docs typo (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
nevets963 authored and Nyholm committed Jul 25, 2017
1 parent 8ebaa66 commit bc928c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/index.md
Expand Up @@ -298,7 +298,7 @@ $timestamp = $_POST['timestamp'];
$token = $_POST['token'];
$signature = $_POST['signature'];

$mailgun = Maingun::create('my_api_key');
$mailgun = Mailgun::create('my_api_key');
$valid = $mailgun->webhooks()->verifyWebhookSignature($timestamp, $token, $signature);

if (!$valid) {
Expand Down

0 comments on commit bc928c3

Please sign in to comment.