Skip to content

Commit

Permalink
add note about binding_of_caller to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Somerville committed Dec 9, 2012
1 parent 2105383 commit 79e36d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ Or install it yourself as:

$ gem install better_errors

If you would like to use Better Errors' **advanced features**, you need to install the `binding_of_caller` gem:

$ gem install binding_of_caller

This is an optional dependency however, and Better Errors will work without it.

## Usage

If you're using Rails, there's nothing else you need to do.
Expand Down

0 comments on commit 79e36d6

Please sign in to comment.