From 56bf8c1fea3974faa04c16da2e58bd4475dcb851 Mon Sep 17 00:00:00 2001 From: fry69 <142489379+fry69@users.noreply.github.com> Date: Tue, 15 Oct 2024 20:32:33 +0200 Subject: [PATCH] fix npm create clouldflare@latest in commands.mdx fix info box inconsistency --- src/content/docs/workers/wrangler/commands.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers/wrangler/commands.mdx b/src/content/docs/workers/wrangler/commands.mdx index 6ce40af398a200e..3346194f55b6e1c 100644 --- a/src/content/docs/workers/wrangler/commands.mdx +++ b/src/content/docs/workers/wrangler/commands.mdx @@ -141,7 +141,7 @@ wrangler docs [] :::note -The `init` command will be removed in a future version. Please use `npm create cloudflare\@2.5.0` instead. +The `init` command will be removed in a future version. Please use `npm create cloudflare@latest` instead. :::