Skip to content

Commit 3b69480

Browse files
authored
Fix formatting in README.md for rollbacks section (#271)
Make sure the auto scale has its new line. <!--- Note to EXTERNAL Contributors --> <!-- Thanks for opening a PR! If it is a significant code change, please **make sure there is an open issue** for this. We work best with you when we have accepted the idea first before you code. --> <!--- For ALL Contributors 👇 --> ## What was changed <!-- Describe what has changed in this PR --> ## Why? <!-- Tell your future self why have you made these changes --> ## Checklist <!--- add/delete as needed ---> 1. Closes <!-- add issue number here --> 2. How was this tested: <!--- Please describe how you tested your changes/how we can test them --> 3. Any docs updates needed? <!--- update README if applicable or point out where to update docs.temporal.io -->
1 parent 6c220ba commit 3b69480

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Temporal's [Worker Versioning](https://docs.temporal.io/production-deployment/wo
1818
📦 **Automatic version management** - Registers versions with Temporal, manages routing rules, and tracks version lifecycle
1919
🎯 **Smart traffic routing** - New workflows automatically get routed to your target worker version
2020
🛡️ **Progressive rollouts** - Catch incompatible changes early with small traffic percentages before they spread
21-
**Easy rollbacks** - Instantly route traffic back to a previous version if issues are detected
21+
**Easy rollbacks** - Instantly route traffic back to a previous version if issues are detected
2222
📈 **Per-version autoscaling** - Attach HPAs or other custom scalers to each versioned Deployment via [`WorkerResourceTemplate`](docs/worker-resource-templates.md)
2323

2424
## Quick Example

0 commit comments

Comments
 (0)