Skip to content

Commit

Permalink
Merge pull request #24 from olleolleolle/patch-1
Browse files Browse the repository at this point in the history
README: Format a line of code using Markdown, not RDoc
  • Loading branch information
thommay authored Aug 21, 2017
2 parents 8d7e834 + 57e52b3 commit 4dec267
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 @@ -22,7 +22,7 @@ Log.error('baz')
Log.fatal('wewt')
```

By default, `Mixlib::Logger` logs to STDOUT. To alter this, you should call +Log.init+, passing any arguments to the standard Ruby Logger. For example:
By default, `Mixlib::Logger` logs to STDOUT. To alter this, you should call `Log.init`, passing any arguments to the standard Ruby Logger. For example:

```ruby
Log.init('/tmp/logfile') # log to /tmp/logfile
Expand Down

0 comments on commit 4dec267

Please sign in to comment.