Skip to content

Commit de4c4ac

Browse files
committed
add table of contents
1 parent 1b89320 commit de4c4ac

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Diff for: README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,22 @@ Responsive, SVG based [HAR](http://www.softwareishard.com/blog/har-12-spec/) wat
66
[![Build status][travis-image]][travis-url]
77

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

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

13+
## Contents
14+
15+
- [How to use PerfCascade](#how-to-use-perfcascade)
16+
* [With ES6 Compatible Module Loader (Webpack, Babel, Typescript...)](#with-es6-compatible-module-loader--webpack--babel--typescript-)
17+
* [As Global Object](#as-global-object)
18+
* [Use via npm](#use-via-npm)
19+
- [Options](#options)
20+
- [`*.zhar` - zipped HAR files](#--zhar----zipped-har-files)
21+
- [Rendering other formats (than HAR)](#rendering-other-formats--than-har-)
22+
- [Dev](#dev)
23+
- [Specs and resources](#specs-and-resources)
24+
1325
## How to use PerfCascade
1426
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).
1527

0 commit comments

Comments
 (0)