widop / google-analytics

Google certificate-based authentication in server-to-server interactions with google analytics for PHP 5.3+
MIT License
27 stars 20 forks source link

Incorrect variable name in the documenation. #1

Closed doublehops closed 10 years ago

doublehops commented 11 years ago

Thanks for creating this awesome project.

Just one note in regards to the documentation. The Usage page has a line that reads:

$response = $service->query($request);

I think it should read:

$response = $service->query($query);

Damien

egeloen commented 10 years ago

@doublehops Thx for reporting it! Fixed in the referenced commit.