Update README.md

This commit is contained in:
Travis Swientek 2013-08-02 18:02:06 -07:00
parent b047529d5f
commit 55ccc0f359

View File

@ -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.
See the official [Mailgun Docs](http://documentation.mailgun.com/api-email-validation.html) for more information.