Skip to content

Commit

Permalink
Merge pull request #109 from raboof/patch-1
Browse files Browse the repository at this point in the history
link to HAR spec
  • Loading branch information
micmro committed Jan 11, 2017
2 parents eb10c99 + 0313ed1 commit b8979cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# PerfCascade
Extensible waterfall-viewer that works with HAR and other formats (in the future).
Extensible waterfall-viewer that works with [HAR](http://www.softwareishard.com/blog/har-12-spec/) and other formats (in the future).

[![Build status][travis-image]][travis-url]

Expand Down Expand Up @@ -88,11 +88,11 @@ perfCascadeFileReader.readFile(fileFromTheFileInput, fileName, function(error, d

See `package.json` for other useful tasks like linting etc.

## Specs and ressources
## Specs and resources

- [W3C HAR Spec](https://w3c.github.io/web-performance/specs/HAR/Overview.html)
- [HAR 1.2 Spec](http://www.softwareishard.com/blog/har-12-spec)
- [HAR Resources](https://github.com/ahmadnassri/har-resources)

[travis-image]: https://img.shields.io/travis/micmro/PerfCascade.svg?style=flat-square
[travis-url]: https://travis-ci.org/micmro/PerfCascade
[travis-url]: https://travis-ci.org/micmro/PerfCascade

0 comments on commit b8979cd

Please sign in to comment.