From ab95a7fba37d43bc7c4c4970e104c33b13cec1d1 Mon Sep 17 00:00:00 2001 From: Nenu Adrian Date: Thu, 20 Apr 2017 02:36:11 +0100 Subject: [PATCH] Update README.md (#345) Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efd4847..d39806a 100644 --- a/README.md +++ b/README.md @@ -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!',