Skip to content

Commit

Permalink
tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Somerville committed May 24, 2013
1 parent 5724ec8 commit 45365b1
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
Expand Up @@ -29,7 +29,7 @@ gem "binding_of_caller"

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

## Security, VirtualBox
## Security

**NOTE:** It is *critical* you put better\_errors in the **development** section. **Do NOT run better_errors in production, or on Internet facing hosts.**

Expand All @@ -51,7 +51,7 @@ Note that the `allow_ip!` is actually backed by a `Set`, so you can add more tha

**Tip:** You can find your apparent IP by hitting the old error page's "Show env dump" and looking at "REMOTE_ADDR".

**VirtualBox:** If you are using VirtualBox and are accessing the guestOS from your hostOS's browser, you will need to use the above ***allow_ip!*** to see the error page.
**VirtualBox:** If you are using VirtualBox and are accessing the guest from your host's browser, you will need to use `allow_ip!` to see the error page.

## Usage

Expand Down

0 comments on commit 45365b1

Please sign in to comment.