Skip to content

Commit

Permalink
Added a link to the WebHook source
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshpai committed Apr 29, 2013
1 parent 624d110 commit 8c62b92
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 @@ -27,7 +27,7 @@ exports.onError = function(error, settings, done) {
}
```

Check it out – the actual WebHook code in production use at Errorception isn't too different from this.
[Check it out](https://github.com/errorception/errorception-hooks/blob/master/hooks/webhook/index.js#L13-L25) – the actual WebHook code in production use at Errorception isn't too different from this.

### The `error` argument

Expand Down

0 comments on commit 8c62b92

Please sign in to comment.