From 6f58b27db510361c61bfb82bbfc402e61a5d2b35 Mon Sep 17 00:00:00 2001 From: Kristian Freeman Date: Mon, 19 Oct 2020 11:09:27 -0500 Subject: [PATCH] Update generate command Update generate command to use the correct GitHub URL --- worker-typescript/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker-typescript/README.md b/worker-typescript/README.md index fdbf8cdd..86b12358 100644 --- a/worker-typescript/README.md +++ b/worker-typescript/README.md @@ -9,7 +9,7 @@ This template is meant to be used with [Wrangler](https://github.com/cloudflare/ To generate using Wrangler, run this command: ```bash -wrangler generate my-ts-project https://github.com/EverlastingBugstopper/worker-typescript-template +wrangler generate my-ts-project https://github.com/cloudflare/worker-typescript-template ``` ### 👩 💻 Developing