From 57e52b3564322cf141f8b97635a3663c27e2e003 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 16 Aug 2017 10:11:53 +0200 Subject: README: Format markdown [ci skip] Signed-off-by: Olle Jonsson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.1