From ffe4c8478d4b056520f51787a001a94b60d07355 Mon Sep 17 00:00:00 2001 From: Tomoya Iwata Date: Mon, 22 Jun 2026 10:22:43 +0900 Subject: [PATCH] docs: fix clone directory name in tutorial setup --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 2052686..9492355 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -13,7 +13,7 @@ Both paths use the built-in test fixtures so you can follow along without writin ```bash git clone https://github.com/aws-samples/sample-agent-skill-eval.git -cd agent-skill-evaluation +cd sample-agent-skill-eval pip install -e . ```