From 7fb15d204c21716c1962c152f80d8aa6dd219827 Mon Sep 17 00:00:00 2001 From: jules Date: Fri, 23 Oct 2015 18:12:20 +0200 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 150880e..83efde9 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ and then add an initializer in your Rails project: # config/initializers/instrumentation.rb # Subscribe to grape request and log with Rails.logger - ActiveSupport::Notifications.subscribe('grape') do |name, starts, ends, notification_id, payload| + ActiveSupport::Notifications.subscribe('grape_key') do |name, starts, ends, notification_id, payload| Rails.logger.info payload end