Skip to content

Commit 855a171

Browse files
authored
docs: README.md codeblock terminator (#348)
Fix a missing example block terminator for readability
1 parent fbc7ab7 commit 855a171

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/rmcp-macros/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ impl MyToolHandler {
9898
}
9999
}
100100
}
101-
101+
```
102102

103103
### tool_handler
104104

@@ -159,4 +159,4 @@ impl ServerHandler for MyToolHandler {
159159

160160
## License
161161

162-
Please refer to the LICENSE file in the project root directory.
162+
Please refer to the LICENSE file in the project root directory.

0 commit comments

Comments
 (0)