From c582617209d5d6ad6b3d266981b67a2cdf178ec6 Mon Sep 17 00:00:00 2001 From: jules Date: Fri, 23 Oct 2015 18:09:01 +0200 Subject: [PATCH] Typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e32cda..150880e 100644 --- a/README.md +++ b/README.md @@ -86,13 +86,13 @@ and then add an initializer in your Rails project: The idea come from here: https://gist.github.com/teamon/e8ae16ffb0cb447e5b49 -There's some advantage to use this method: +There's some advantages to use this method: - You could use a logger that does not implement the ```formatter=```. Defaults Rails 3 (ActiveSupport::BufferedLogger) does not implement it. - The Logging gem (https://github.com/TwP/logging) does not implement it neither + The Logging gem (https://github.com/TwP/logging) does not implement it neither. - - If you use a logger that already format logs (as the Logging gem), the logs will be formatted by your logger + - If you use a logger that already format logs (as the Logging gem), the logs will be formatted by your logger. ### Logging exceptions