Skip to content

Commit

Permalink
Fix error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
rdnewman committed Jul 9, 2023
1 parent 2a14778 commit 198e06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Loba statements are expected to be removed when you're done with them. No point

Loba will always write to STDOUT (i.e., `puts`).

Loba will work equally well with or without Rails. If Rails is present, in addition to STDOUT, Loba will also always write to `Rails.logger.debug`.
Loba will work equally well with or without Rails. If Rails is present, in addition to STDOUT, Loba can also be made to write to `Rails.logger.debug`.

Loba uses the [rainbow gem](https://rubygems.org/gems/rainbow) to help make trace statements more visible.

Expand Down

0 comments on commit 198e06e

Please sign in to comment.