Skip to content

Commit 27a3fcd

Browse files
committed
docs: fix and clarify path to hello world example in usage instructions
Signed-off-by: Shingo OKAWA <[email protected]>
1 parent 3c50ee1 commit 27a3fcd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,14 @@ pip install a2a-sdk
4848

4949
```bash
5050
git clone https://github.com/google-a2a/a2a-samples.git
51-
cd samples/helloworld
51+
cd a2a-samples/samples/python/agents/helloworld
5252
uv run .
5353
```
5454

5555
2. In another terminal, run the client
5656

5757
```bash
58+
cd a2a-samples/samples/python/agents/helloworld
5859
uv run test_client.py
5960
```
6061

0 commit comments

Comments
 (0)