From 1467915c948974d4e478808210bcc5e5bc0963c6 Mon Sep 17 00:00:00 2001 From: xduo <40663988+ldxdl@users.noreply.github.com> Date: Thu, 8 Sep 2022 20:08:34 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f07fa9dc8..db7ccaba3 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ The simple answer: + YAML is recommended if you need to write structured static K-V, or use Kubernetes' native tools + HCL is recommended if you want to use programming language convenience to remove boilerplate with good human readability, or if you are already a Terraform user + CUE is recommended if you want to use type system to improve stability and maintain scalable configurations -+ KCL is recommended if you want to write types and modeling like a modern language, maintain scalable configurations, in-house pure functions and rules, and production-ready performance and automation ++ KCL is recommended if you want types and modeling like a modern language, scalable configurations, in-house pure functions and rules, and production-ready performance and automation A detailed feature and scenario comparison will be coming later.