Update README.md

This commit is contained in:
Travis Swientek 2013-08-30 09:51:39 -07:00
parent 24e6a01651
commit e91d43d5f7

View File

@ -62,7 +62,7 @@ $domain = "example.com";
# Now, issue a GET against the Logs endpoint.
$mg->get("$domain/log", array('limit' => 25,
'skip' => 0);
'skip' => 0));
```
Response