Skip to content

Commit

Permalink
change url to bookmarklet
Browse files Browse the repository at this point in the history
  • Loading branch information
zeman committed Oct 5, 2014
1 parent 98940f5 commit 5a51c12
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 @@ -5,7 +5,7 @@ A bookmarklet to create a front-end performance heatmap of resources loaded in t
Just add the bookmarklet below to your bookmarks bar.

```
javascript:(function(){var el=document.createElement('script');el.type='text/javascript';el.src='//zeman.github.io/perfmap/bookmarklet/perfmap.js';document.getElementsByTagName('body')[0].appendChild(el);})();
javascript:(function(){var el=document.createElement('script');el.type='text/javascript';el.src='//zeman.github.io/perfmap/perfmap.js';document.getElementsByTagName('body')[0].appendChild(el);})();
```

##Background
Expand Down

0 comments on commit 5a51c12

Please sign in to comment.