From f04a40ca378161f14bd132c0eab26b805881155c Mon Sep 17 00:00:00 2001 From: scauglog Date: Tue, 20 Oct 2015 16:09:46 +0200 Subject: [PATCH] word missing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6925a8f..5e44ccd 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ If you prefer some other format I strongly encourage you to do pull request with ### Logging to file and STDOUT -You can to file and STDOUT at the same time, you just need to assign new logger +You can log to file and STDOUT at the same time, you just need to assign new logger log_file = File.open('path/to/your/logfile.log', 'a') log_file.sync = true