Update README.md

This commit is contained in:
Travis Swientek 2013-08-19 17:50:21 -07:00
parent f4b7ff61e7
commit 7aee262649

View File

@ -65,8 +65,8 @@ $mg->get("$domain/log", array('limit' => 25,
'skip' => 0);
```
Result
------
Response
--------
The results, provided by the endpoint, are returned as an object, which you
can traverse like an array.