From 17da94333569edde4e562ad1e8cf82b52c7e2dd5 Mon Sep 17 00:00:00 2001 From: Armand SALLE Date: Sat, 14 Dec 2024 23:12:56 +0100 Subject: [PATCH] Update typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fecebba..f302a75 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,7 @@ For more advanced usage or to programmatically trigger the workflow from scripts ### Upload a Worker Version -To create a new version of your Worker that is not deployed immediately, use the `wrangler versions upload` command. Worker versions created in this way can then be deployed all at once at a later time or gradually deployed using the `wranger versions deploy` command or via the Cloudflare dashboard under the Deployments tab. Wrangler v3.40.0 or above is required to use this feature. +To create a new version of your Worker that is not deployed immediately, use the `wrangler versions upload` command. Worker versions created in this way can then be deployed all at once at a later time or gradually deployed using the `wrangler versions deploy` command or via the Cloudflare dashboard under the Deployments tab. Wrangler v3.40.0 or above is required to use this feature. ```yaml jobs: