Skip to content

Commit 8372caf

Browse files
committed
change folder name in readme
1 parent 12affc9 commit 8372caf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/a2a-adk-app/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ WEA_AGENT_URL=http://localhost:10001
4545
```
4646

4747
## Install SDK
48-
Go to `a2a-mcp-app` folder in terminal:
48+
Go to `a2a-adk-app` folder in terminal:
4949
```bash
5050
uv sync
5151
```
@@ -61,15 +61,15 @@ uv run .
6161
```
6262

6363
## 2. Run Weather server
64-
Open a new terminal, go to `a2a-mcp-app` folder run the server
64+
Open a new terminal, go to `a2a-adk-app` folder run the server
6565

6666
```bash
6767
cd weather_agent
6868
uv run .
6969
```
7070

7171
## 3. Run Host Agent
72-
Open a new terminal, go to `a2a-mcp-app` folder run the server
72+
Open a new terminal, go to `a2a-adk-app` folder run the server
7373

7474
```bash
7575
cd host_agent

0 commit comments

Comments
 (0)