From a842ce544c6c3a83f43588c72429ebbebe9d3e76 Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Wed, 11 Jan 2023 13:23:29 -0500 Subject: [PATCH] Fix README bash section Signed-off-by: Kingdon Barrett --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33ad570..18b89e2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ This Kubernetes Operators uses [KWasm/kwasm-node-installer](https://github.com/K > If you are searching for a production ready WebAssembly integration for your Kubernetes cluster, reach out to [Liquid Reply](https://www.reply.com/liquid-reply/en/) ## Example -The KWasm Operator allows for fine-grained control over node provisioning instead of using the node installer with a DaemonSet. This example shows how to create a KinD cluster with three nodes and install the KWasm Operator. The example provisions a single node and schedules a Wasm pod on that specific node.```bash +The KWasm Operator allows for fine-grained control over node provisioning instead of using the node installer with a DaemonSet. This example shows how to create a KinD cluster with three nodes and install the KWasm Operator. The example provisions a single node and schedules a Wasm pod on that specific node. + +```bash # Create cluster kind create cluster --config examples/kind/cluster.yaml # Add helm repo