From 889c181643eef9a6feed7b77e6ede1b40c1bc9c4 Mon Sep 17 00:00:00 2001 From: James Pederson Date: Sat, 11 May 2019 17:44:07 -0500 Subject: [PATCH] Clarify readme. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5be2fc8..1bf2f5b 100644 --- a/readme.md +++ b/readme.md @@ -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. *****