Skip to content

Commit 8bc0658

Browse files
authored
doc(README): fix typos
1 parent d77e124 commit 8bc0658

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
@@ -152,15 +152,15 @@ resource_content <- resources_read(
152152
print(resource_content)
153153
```
154154

155-
## ellmer integrations
155+
## ellmer integration
156156

157157
Use the `register_mcpr_tools` function to convert MCPR tools to ellmer tools and
158158
register them with an ellmer chat session.
159159

160160
Note that this integration is not standard since ellmer does not currently support
161161
MCPs. Here we re-recreate the tools obtained via `tools_list` as ellmer tools which
162162
themselves call `tools_call` to execute the tool.
163-
The tools are currently not namesppaced.
163+
The tools are currently not namespaced.
164164

165165
```r
166166
# Create an MCPR client connected to the calculator server

0 commit comments

Comments
 (0)