Skip to content

Commit 949e114

Browse files
authored
Update README.md
1 parent a540292 commit 949e114

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
@@ -42,7 +42,7 @@ Run the predefined set of agent prompts `src/index.ts`
4242
pnpm dev
4343
```
4444

45-
Have a full on conversation using the adk cli (requires [adk-cli]("https://adk.iqai.com/docs/framework/get-started/cli") package installed )
45+
Have a full on conversation using the adk cli (requires [adk-cli](https://adk.iqai.com/docs/framework/get-started/cli) package installed )
4646

4747
```bash
4848
# Spins up chat interface on cli
@@ -61,7 +61,7 @@ adk web
6161
- `x402ActionProvider` (enables http requests)
6262
- `zerionActionProvider` (provides portfolio overview & fungible token positions, requires API key)
6363

64-
These are automatically adapted into ADK tools; you can add or remove providers in `src/agents/coinbase/tools/agentkit.ts`. Check for more [providers]("https://github.com/coinbase/agentkit/blob/main/typescript/agentkit/README.md#action-providers") on the AgentKit repo if needed.
64+
These are automatically adapted into ADK tools; you can add or remove providers in `src/agents/coinbase/tools/agentkit.ts`. Check for more [providers](https://github.com/coinbase/agentkit/blob/main/typescript/agentkit/README.md#action-providers) on the AgentKit repo if needed.
6565

6666
### Project layout
6767

0 commit comments

Comments
 (0)