From f722c725e46a8059869c0e0c37a59c75dcbd8019 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Tue, 5 Mar 2024 11:38:55 +0000 Subject: [PATCH] fix typo --- templates/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/README.md b/templates/README.md index 190e7ea9bf8a..cac167f9770c 100644 --- a/templates/README.md +++ b/templates/README.md @@ -26,7 +26,7 @@ There are a few ways to quickly jumpstart your next project using one of the tem ```sh # full repository clone - $ git clone --depth 1 https://github.com/cloudflare/worker-sdk + $ git clone --depth 1 https://github.com/cloudflare/workers-sdk # copy the "worker-typescript" example to "my-project" directory $ cp -rf workers-sdk/templates/worker-typescript my-project