Skip to content

Commit

Permalink
Add link to newrelic-timing
Browse files Browse the repository at this point in the history
  • Loading branch information
jsntv200 committed Oct 22, 2014
1 parent da65fc5 commit ed60254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
angular-ra-newrelic.js
======================

`ra.newrelic` module is a wrapper around newrelic-timing. It waits for the 'pageload:ready' event before firing the newRelic 'pageRendered' mark.
`ra.newrelic` module is a wrapper around [newrelic-timing](https://github.com/uken/newrelic-timing). It waits for the 'pageload:ready' event before firing the newRelic 'pageRendered' mark.


### Installing
Expand All @@ -21,4 +21,4 @@ Include `ra.newrelic` as a dependency of your application.

```javascript
angular.module('application', ['ra.newrelic']);
```
```

0 comments on commit ed60254

Please sign in to comment.