diff --git a/README.md b/README.md index 3f408058..c91dc8bb 100644 --- a/README.md +++ b/README.md @@ -93,13 +93,13 @@ The image is set as `docker.io/aveshasystems/worker-operator:$(VERSION)` in the 2. Check the loaded image in the cluster. Modify the node name if required. ```console - docker exec -it critical images + docker exec -it crictl images ``` Example: ```console - docker exec -it kind-control-plane critical images + docker exec -it kind-control-plane crictl images ``` ### Deploy the Worker Operator on a Cluster