diff --git a/README.md b/README.md index bc0a2a8..ca7761f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ > PageSpeed Insights With Reporting +![](screenshot.png) + Run mobile and desktop performance tests for your deployed site using [Google PageSpeed Insights](https://developers.google.com/speed/docs/insights/v1/getting_started) with tidy reporting for your build process. A sample [Gulpfile](https://github.com/addyosmani/psi-gulp-sample) demonstrating use is also available. @@ -12,11 +14,6 @@ $ npm install --save psi ``` -## Preview - -![preview](http://i.imgur.com/pbLR4pV.png) - - ## Usage When using this module for a production-level build process, registering for an API key from the [Google Developer Console](https://developers.google.com/speed/docs/insights/v1/getting_started#auth) is recommended. diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..f17ea29 Binary files /dev/null and b/screenshot.png differ