summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOlle Jonsson <olle.jonsson@gmail.com>2017-08-16 10:11:53 +0200
committerOlle Jonsson <olle.jonsson@gmail.com>2017-08-16 16:12:14 +0200
commit57e52b3564322cf141f8b97635a3663c27e2e003 (patch)
tree6a38c80dac3085dc2d1815539f5a78defd7dfdc4 /README.md
parent8d7e8341c8d3dc08a90834dbb2bcced6477bc18d (diff)
downloadmixlib-log-57e52b3564322cf141f8b97635a3663c27e2e003.tar.gz
README: Format markdown [ci skip]
Signed-off-by: Olle Jonsson <olle.jonsson@gmail.com>
Diffstat (limited to 'README.md')
-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