From 1a8a5f1e55fcb32d32c5f23e8418d149c4697c06 Mon Sep 17 00:00:00 2001 From: Till Knuesting Date: Wed, 11 Jan 2023 14:22:31 +0100 Subject: [PATCH] fixing typos --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index cabf1bd..33ad570 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,7 @@ 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 -With the KWasm Operator it is possile to have a more fine grained controll on the node provisioning in contrast of using the node-installer with a DaemonSet. In this example we create a KinD cluster with three nodes and install the KWasm Operator. A single node will be provisioned and a wasm pod will be scheduled on exactly that 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