Skip to content

Commit

Permalink
fix image size
Browse files Browse the repository at this point in the history
2x retina size
  • Loading branch information
micmro authored Feb 13, 2017
1 parent 0d82f45 commit 370d932
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 @@ -6,7 +6,7 @@ Extensible waterfall-viewer that works with [HAR](http://www.softwareishard.com/
Install via `npm install perf-cascade`
Live example at: https://micmro.github.io/PerfCascade/

![example screenshot](https://raw.githubusercontent.com/micmro/PerfCascade/gh-pages/img/PerfCascade-sample2.png)
<img src="https://raw.githubusercontent.com/micmro/PerfCascade/gh-pages/img/PerfCascade-sample2.png" alt="example screenshot" width="704" height="707">

## How to use PerfCascade
PerfCascade is exported with [UMD](https://github.com/umdjs/umd), so you can use it as global object, via AMD (e.g. requireJS) or commonJS (internally it uses ES6 modules).
Expand Down

0 comments on commit 370d932

Please sign in to comment.