Skip to content

Commit

Permalink
[TASK] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Woeler committed Nov 23, 2018
1 parent bfff89e commit 52fc1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $message->setUsername('Webhook Test');
$message->setTitle('Hello Title');
$message->setDescription('Some nice description');
$message->addField('Field name', 'Field value');
$message->setImage('https://example.com/someinage.png');
$message->setImage('https://example.com/someimage.png');

$webhook = new DiscordWebhook(
'https://discordapp.com/api/webhooks/SomeWebHook',
Expand Down

0 comments on commit 52fc1ea

Please sign in to comment.