diff --git a/README.md b/README.md index 3e1b22d..4f59b06 100644 --- a/README.md +++ b/README.md @@ -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