Skip to content

Commit

Permalink
Clarify readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpederson committed May 11, 2019
1 parent 97d52db commit 889c181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ $code = $ta->widget();
$data = $ta->fetch();
```

If you'd like to directly access the api response (not limited by the `count` option), use the `$ta->data` property after the widget is instantiated.
If you'd like to directly access the api response (not limited by the `count` option), use the `$ta->data` property after the aggregator object is instantiated.

*****

Expand Down

0 comments on commit 889c181

Please sign in to comment.