Update README.md (#345)

Typo
This commit is contained in:
Nenu Adrian 2017-04-20 02:36:11 +01:00 committed by Sean Johnson
parent 5df14eb6aa
commit ab95a7fba3

View File

@ -60,7 +60,7 @@ Here's how to send a message using the SDK:
$mg = Mailgun::create('key-example');
# Now, compose and send your message.
$mg->message()->send('example.com', [
$mg->messages()->send('example.com', [
'from' => 'bob@example.com',
'to' => 'sally@example.com',
'subject' => 'The PHP SDK is awesome!',