diff --git a/README.md b/README.md index eaf7503..8d75762 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,6 @@ kubectl label node pike5 smarter-device-manager=enabled ``` The following command should show the node resources in a similar form as shown in previous example: ``` -kubectl descrive node pike5 +kubectl describe node pike5 ```