diff --git a/README.md b/README.md index b8832d3..b16682d 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ The operator deploys a simple webserver that has three roles: ### 1. Mutating webhook -The webhook watches all namespaces labeled with `furnace: enabled`. If a new pod is created its definition is agaub checked for label or annotation `furnace: enabled`. If both these conditions hold, the pod gets injected a sidecar container with Furnace. +The webhook watches all namespaces labeled with `furnace: enabled`. If a new pod is created its definition is again checked for label or annotation `furnace: enabled`. If both these conditions hold, the pod gets injected a sidecar container with Furnace. ### 2. Proxy @@ -117,4 +117,4 @@ cd furnace-app podman build -t quay.io/rvansa/furnace -f src/main/docker/Dockerfile.furnace . && podman push quay.io/rvansa/furnace ``` -Note: since the sidecar contains the application as well it must be built before the sidecar. \ No newline at end of file +Note: since the sidecar contains the application as well it must be built before the sidecar.