diff --git a/README.md b/README.md index 9078a8dd..753e3bc7 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ K9s uses aliases to navigate most K8s resources. | Bails out of view/command/filter mode | `` | | | Key mapping to describe, view, edit, view logs,... | `d`,`v`, `e`, `l`,... | | | To view and switch to another Kubernetes context (Pod view) | `:`ctx⏎ | | -| To view and switch directl to another Kubernetes context (Last used view) | `:`ctx context-name⏎ | | +| To view and switch directly to another Kubernetes context (Last used view) | `:`ctx context-name⏎ | | | To view and switch to another Kubernetes namespace | `:`ns⏎ | | | To view all saved resources | `:`screendump or sd⏎ | | | To delete a resource (TAB and ENTER to confirm) | `ctrl-d` | |