From 370d932d02d0503986844d1a7c0151c4528be811 Mon Sep 17 00:00:00 2001 From: Michael Mrowetz Date: Mon, 13 Feb 2017 23:40:26 +0900 Subject: [PATCH] fix image size 2x retina size --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c950d702..32d57d8a 100644 --- a/README.md +++ b/README.md @@ -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) +example screenshot ## 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).