Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
shime committed May 27, 2012
1 parent 4ff45e9 commit 022f22a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -227,10 +227,10 @@ then that comment will be replaced with the text "Airbrake Error [errnum]". You
of the informer by setting `config.user_information`. Airbrake will replace "{{ error_id }}" with the
ID of the error that is returned from Airbrake.

Airbrake.configure do |config|
Airbrake.configure do |config|
...
config.user_information = "<p>Tell the devs that it was <strong>{{ error_id }}</strong>'s fault.</p>"
end
config.user_information = "<p>Tell the devs that it was <strong>{{ error_id }}</strong>'s fault.</p>"
end

You can also turn the middleware that handles this completely off by setting `config.user_information` to false.

Expand Down

0 comments on commit 022f22a

Please sign in to comment.