summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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