From 53009477e77ece734cdb30c3cb44901507cc6302 Mon Sep 17 00:00:00 2001 From: Maximo Guk <62088388+Maximo-Guk@users.noreply.github.com> Date: Tue, 29 Oct 2024 11:52:03 -0500 Subject: [PATCH] Update deprecation notice --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbe5385..ea91f28 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## ⚠️ Warning: This template is no longer maintained -Create TypeScript workers in the [command-line with Wrangler 2.0.0+](https://developers.cloudflare.com/workers/wrangler/get-started/) using `wrangler init` instead. +Create TypeScript workers in the [command-line with Wrangler 2.0.0+](https://developers.cloudflare.com/workers/wrangler/get-started/) using `npm create cloudflare@latest` instead. ---