From 38ee7f7ffd61336feac20cd30cd3421a9cd7b57f Mon Sep 17 00:00:00 2001 From: thehanslevi Date: Wed, 27 May 2026 15:41:01 -0400 Subject: [PATCH] docs: fix Wrangler KV namespace command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec6d18d..35ddc6b 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Your Cloudflare account needs access to Workers for Platforms. 4. Create a KV namespace for Worker mappings: ``` - npx wrangler kv:namespace create "WORKER_MAPPINGS" + npx wrangler kv namespace create "WORKER_MAPPINGS" ``` Copy the namespace ID and preview ID into `wrangler.jsonc` under the `kv_namespaces` binding.