summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2017-08-21 14:24:59 +0100
committerGitHub <noreply@github.com>2017-08-21 14:24:59 +0100
commit4dec2671448e67061cafca1c498bfc4021eaa9a9 (patch)
tree6a38c80dac3085dc2d1815539f5a78defd7dfdc4
parent8d7e8341c8d3dc08a90834dbb2bcced6477bc18d (diff)
parent57e52b3564322cf141f8b97635a3663c27e2e003 (diff)
downloadmixlib-log-4dec2671448e67061cafca1c498bfc4021eaa9a9.tar.gz
Merge pull request #24 from olleolleolle/patch-1
README: Format a line of code using Markdown, not RDoc
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 67943d5..3a31a6b 100644
--- a/README.md
+++ b/README.md
@@ -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