From dd7b43f017421886112a38e632cc6927d256caa1 Mon Sep 17 00:00:00 2001 From: Adrian Serafin Date: Wed, 22 Apr 2015 14:48:58 +0200 Subject: [PATCH] fix brackets in the readme example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83e9944..93b07c2 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ If you prefer some other format I strongly encourage you to do pull request with You can to file and STDOUT at the same time, you just need to assign new logger - logger Logger.new GrapeLogging::MultiIO.new(STDOUT, File.open('path/to/your/logfile.log', 'a'))) + logger Logger.new GrapeLogging::MultiIO.new(STDOUT, File.open('path/to/your/logfile.log', 'a')) ### Logging exceptions