Update README.md

This commit is contained in:
Travis Swientek 2013-08-30 09:54:42 -07:00
parent e91d43d5f7
commit 734cbe84c0

View File

@ -78,7 +78,7 @@ $mg = new Mailgun("key-example");
$domain = "example.com";
$result = $mg->get("$domain/log", array('limit' => 25,
'skip' => 0);
'skip' => 0));
$httpResponseCode = $result->http_response_code;
$httpResponseBody = $result->http_response_body;