Skip to content

Commit

Permalink
Merge pull request #340 from armandsalle/patch-1
Browse files Browse the repository at this point in the history
Update typo in README.md
  • Loading branch information
courtney-sims authored Dec 18, 2024
2 parents 3aee84c + 17da943 commit d5031c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d5031c3

Please sign in to comment.