Skip to content

Commit

Permalink
add table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
micmro committed Apr 23, 2019
1 parent 1b89320 commit de4c4ac
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,22 @@ Responsive, SVG based [HAR](http://www.softwareishard.com/blog/har-12-spec/) wat
[![Build status][travis-image]][travis-url]

Install via `npm install perf-cascade`<br/>
See live example: https://micmro.github.io/PerfCascade/
Live example: https://micmro.github.io/PerfCascade/

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

## Contents

- [How to use PerfCascade](#how-to-use-perfcascade)
* [With ES6 Compatible Module Loader (Webpack, Babel, Typescript...)](#with-es6-compatible-module-loader--webpack--babel--typescript-)
* [As Global Object](#as-global-object)
* [Use via npm](#use-via-npm)
- [Options](#options)
- [`*.zhar` - zipped HAR files](#--zhar----zipped-har-files)
- [Rendering other formats (than HAR)](#rendering-other-formats--than-har-)
- [Dev](#dev)
- [Specs and resources](#specs-and-resources)

## 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 de4c4ac

Please sign in to comment.