Skip to content

Commit 1eb10cc

Browse files
committed
readme update
1 parent c885704 commit 1eb10cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PhpInsights
22

3-
An API Wrapper for [Googles PageSpeed Insights](https://developers.google.com/speed/docs/insights/v2/reference/pagespeedapi/runpagespeed). The JSON response is mapped to objects for an headache-free usage.
3+
An easy-to-use API Wrapper for [Googles PageSpeed Insights](https://developers.google.com/speed/docs/insights/v2/reference/pagespeedapi/runpagespeed). The JSON response is mapped to objects for an headache-free usage.
44

55
## Installation
66
1. Get an api key from the google developer console for [Page Speed Insights](https://console.developers.google.com/apis/api/pagespeedonline-json.googleapis.com/overview).
@@ -47,7 +47,7 @@ foreach($result->getFormattedResults()->getRuleResults() as $rule => $ruleResult
4747
### Screenshot
4848
```php
4949
print $result->screenshot->getImageHtml(); // html image element
50-
print $result->screenshot->getData(); // base64 representation from screenshot
50+
print $result->screenshot->getData(); // base64 screenshot representation
5151
```
5252

5353
## Testing

0 commit comments

Comments
 (0)