Skip to content

Commit

Permalink
Merge ef5d68d into ec630ba
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmcfadden committed Apr 19, 2017
2 parents ec630ba + ef5d68d commit 92a8155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -172,7 +172,7 @@ By default the printers log to `stdout` but this can be changed by passing an ob

```ruby
logger = Logger.new('dev.log')
cmd = TTY::Command.new(output: output)
cmd = TTY::Command.new(output: logger)
```

You can force the printer to always in print in color by passing the `:color` option:
Expand Down

0 comments on commit 92a8155

Please sign in to comment.