Skip to content

Commit ced9481

Browse files
committed
[Doc] Fix a typo
1 parent a601558 commit ced9481

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)