Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ismasan committed Nov 5, 2008
1 parent 7464334 commit f0ee1f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ just set any or all of the following values:

* add optional web hooks (based off Merb Exceptions)
* This will POST exception data to the specified services
* What can you do with that? For example, send exceptions to Switchub.com, from where you can
* notify your Twitter account, send emails from there, etc.
* What can you do with that? For example, send exceptions to Switchub.com, from where you can notify your Twitter account, send emails from there, etc.


ExceptionNotifier.config_web_hooks do |config|
config[:web_hooks] = %w(http://hooks.some-service.com http://another.service.com)
config[:app_name] = "[APP]" # defaults to [ERROR]
Expand Down

0 comments on commit f0ee1f4

Please sign in to comment.