Update Readme

Add a require of grape_logging to the example.
This commit is contained in:
Arthur 2016-02-05 10:02:41 +01:00
parent 9e247e0909
commit 1d57549c12

View file

@ -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 }