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