From 6e3ead2e02345ace14a25059e51e7ce7d4ec3092 Mon Sep 17 00:00:00 2001 From: Xuan <112967240+xuan-cao-swi@users.noreply.github.com> Date: Tue, 7 Jan 2025 17:38:23 -0500 Subject: [PATCH] Update README.md Co-authored-by: Lin Lin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd0fdd3..ac0ae28 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ end add_tracer :method_name, 'custom_span_name', { attributes: { 'any' => 'attributes' }, kind: :span_kind } ``` -For example, if you want to instrument class function or instance function `create_session` inside application controller +For example, if you want to instrument class or instance method `create_session` inside an application controller: ```ruby class SessionsController < ApplicationController