From 08354e90f3fd4d136bd5a8c7588d59bc5a42e690 Mon Sep 17 00:00:00 2001 From: Joseph Mearman Date: Wed, 28 Feb 2024 15:11:41 +0000 Subject: [PATCH] fix git clone command --- solutions/node-hello-world/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/node-hello-world/README.md b/solutions/node-hello-world/README.md index b72c02b33b..c350b2acf5 100644 --- a/solutions/node-hello-world/README.md +++ b/solutions/node-hello-world/README.md @@ -15,7 +15,7 @@ Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_mediu ### Clone and Deploy ```bash -git clone https://github.com/vercel/examples/tree/main/solutions/node-hello-world +git clone https://github.com/vercel/examples.git && cd examples/solutions/node-hello-world ``` Install the Vercel CLI: