Skip to content

Commit 5649f03

Browse files
authored
Merge pull request #45 from koic/fix_a_typo
[Doc] Fix a typo
2 parents a601558 + ced9481 commit 5649f03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,8 +437,8 @@ To register a handler pass a proc/lambda to as `instrumentation_callback` into t
437437
MCP.configure do |config|
438438
config.instrumentation_callback = ->(data) {
439439
puts "Got instrumentation data #{data.inspect}"
440-
end
441-
}
440+
}
441+
end
442442
```
443443

444444
The data contains the following keys:

0 commit comments

Comments
 (0)