Skip to content

Commit cd5d92e

Browse files
authored
Merge pull request #64 from aCanalez/patch-2
Update tiny-agents.mdx
2 parents 579db79 + e8203a2 commit cd5d92e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

units/en/unit2/tiny-agents.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ pnpm add @huggingface/tiny-agents
2020
Then, we need to install the `mcp-remote` package.
2121

2222
```bash
23-
npm install @mcpjs/mcp-remote
23+
npm i mcp-remote
2424
# or
25-
pnpm add @mcpjs/mcp-remote
25+
pnpm add mcp-remote
2626
```
2727

2828
## Tiny Agents MCP Client in the Command Line

0 commit comments

Comments
 (0)