From 1d57549c121f132091b93f898041326a5e52279e Mon Sep 17 00:00:00 2001 From: Arthur Date: Fri, 5 Feb 2016 10:02:41 +0100 Subject: [PATCH] Update Readme Add a require of grape_logging to the example. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6925a8f..30bd4e1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ Or install it yourself as: ## Basic Usage In your api file (somewhere on the top) - + + require 'grape_logging' logger.formatter = GrapeLogging::Formatters::Default.new use GrapeLogging::Middleware::RequestLogger, { logger: logger }