From 6fb6eb341ca0ad5987c1bda28eab92c0f701de49 Mon Sep 17 00:00:00 2001 From: James White Date: Fri, 5 Apr 2024 21:36:40 +0100 Subject: [PATCH] fix: fix markdown header (#925) --- instrumentation/racecar/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/racecar/README.md b/instrumentation/racecar/README.md index cd41cdaf1..393f32069 100644 --- a/instrumentation/racecar/README.md +++ b/instrumentation/racecar/README.md @@ -13,7 +13,7 @@ gem install opentelemetry-instrumentation-racecar Or, if you use [bundler][bundler-home], include `opentelemetry-instrumentation-racecar` in your `Gemfile`. -## Runtime requirements +## Runtime requirements This instrumentation is built on top of Racecar's integration with `ActiveSupport::Notifications`. `ActiveSupport::Notification` will need to be loaded before the instrumentation is installed (as below) or the installation will cancel.