Skip to content

Commit

Permalink
Wording updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bmc committed Apr 12, 2012
1 parent d384ca5 commit 95552e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -30,7 +30,7 @@ Becaue *Grizzled Rails Logger* merely adds to the standard Rails logger,
you can continue to all the usual capabilities of the Rails logger (such as,
for instance, tagged logged).

To Configure *Grizzled Rails Logger*, add a section like the following to your
To configure *Grizzled Rails Logger*, add a section like the following to your
`config/application.rb` file or your individual environment file:

Grizzled::Rails::Logger.configure do |cfg|
Expand Down Expand Up @@ -77,7 +77,7 @@ You'd simply reconfigure those values, as shown below:

`Term::ANSIColor` is automatically included for you.

**WARNING** *Grizzled Rails Logger* does not verify that the values you
**WARNING:** *Grizzled Rails Logger* does not verify that the values you
store in the color settings are legal ANSI sequences. The following is
perfectly legal, though probably not what you want:

Expand Down

0 comments on commit 95552e2

Please sign in to comment.