From daf667b13822ea23037e470101cbf38ff51c7cc7 Mon Sep 17 00:00:00 2001 From: Mansur Uralov Date: Mon, 25 Sep 2023 13:21:39 +0200 Subject: [PATCH] Improve Documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb556cc4..59e75891 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ You’ll need a Kubernetes cluster to run against. You can use [k3d](https://k3d ```sh kubectl apply -f config/samples/eventing-eval.yaml ``` -5. [Optional] For EventMesh backend, env var `DOMAIN` has to be set to cluster domain in the deployment resource. For example: +5. [Optional] For EventMesh backend, set env var `DOMAIN` to the cluster domain in the deployment resource. For example: ``` - name: DOMAIN value: {CLUSTER_NAME}.kymatunas.shoot.canary.k8s-hana.ondemand.com