From 21b83aba8af6e7c8c294d6f1fef2e1e21c1b649e Mon Sep 17 00:00:00 2001 From: Aatman Date: Wed, 8 Sep 2021 11:47:02 +0530 Subject: [PATCH] chore(docs): fix example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72c538b..e36e9f1 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ metadata: ``` $ go build -$ kube2cdk8s -f temp.yaml +$ ./kube2cdk8s typescript -f temp.yaml new cdk8s.ApiObject("", this, { apiVersion: "v1", kind: "ServiceAccount",