From 55ccc0f3595000b4578ffda0fc8e64fd2ec7c6b7 Mon Sep 17 00:00:00 2001 From: Travis Swientek Date: Fri, 2 Aug 2013 18:02:06 -0700 Subject: [PATCH] Update README.md --- src/Mailgun/Address/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mailgun/Address/README.md b/src/Mailgun/Address/README.md index 8d2db44..5c30fbf 100644 --- a/src/Mailgun/Address/README.md +++ b/src/Mailgun/Address/README.md @@ -11,7 +11,7 @@ Here's how to use the "Address" API endpoint: ```php # First, instantiate the client with your PUBLIC API credentials and domain. -$mgClient = new MailgunClient("key-3ax6xnjp29jd6fds4gc373sgvjxteol0", "samples.mailgun.org"); +$mgClient = new MailgunClient("pubkey-5ogiflzbnjrljiky49qxsiozqef5jxp7", "samples.mailgun.org"); # Next, instantiate an Address object on the Address API endpoint. $address = $mgClient->Address(); @@ -27,4 +27,4 @@ Available Functions More Documentation ------------------ -See the official [Mailgun Docs](http://documentation.mailgun.com/api-email-validation.html) for more information. \ No newline at end of file +See the official [Mailgun Docs](http://documentation.mailgun.com/api-email-validation.html) for more information.