From d2d4a9789fad22c15049bea02972c6a7391e3d58 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 21 Jul 2026 20:54:04 +0000 Subject: [PATCH] deployment: simplify sequencer deployment README wording per Orwell style rules Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01GjrAzEXJmrgsDjg9YSA1c6 --- deployments/sequencer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/sequencer/README.md b/deployments/sequencer/README.md index 09ee8372cc5..85edef1c086 100644 --- a/deployments/sequencer/README.md +++ b/deployments/sequencer/README.md @@ -1,6 +1,6 @@ # Sequencer CDK8S Deployment Configuration Guide -CDK8s is an open-source framework for defining Kubernetes applications using programming languages and object-oriented APIs. CDK8s apps synthesize into standard Kubernetes manifests that can be applied to any Kubernetes cluster. +CDK8s is an open-source framework for defining Kubernetes applications using programming languages and object-oriented APIs. CDK8s apps synthesize into standard Kubernetes manifests you can apply to any Kubernetes cluster. **Official documentation:** [https://cdk8s.io/docs/latest](https://cdk8s.io/docs/latest)