Skip to content

Commit

Permalink
Merge pull request #28 from jeffmcfadden/master
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
piotrmurach committed Apr 19, 2017
2 parents ec630ba + ef5d68d commit 7ae382c
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 7ae382c

Please sign in to comment.