From 152b3f3fd30b5a07826196ac040a986e9909f7f5 Mon Sep 17 00:00:00 2001 From: kumarkaji <153839042+kumarkaji@users.noreply.github.com> Date: Mon, 10 Nov 2025 00:04:06 -0500 Subject: [PATCH] Fix directory name in clone instructions Correction in the cd command to the one that actually gets created by the previous command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d733d3..bb38101 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ You can initialize a project from this `azd` template in one of these ways: ```shell git clone https://github.com/Azure-Samples/functions-quickstart-python-http-azd.git - cd functions-quickstart-python-azd + cd functions-quickstart-python-http-azd ``` You can also clone the repository from your own fork in GitHub.