Skip to content

Commit

Permalink
Typo fix: missing symbol in the binary name (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-sakhnov authored and aylei committed Sep 6, 2019
1 parent d25d979 commit 8fbb788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -78,7 +78,7 @@ kubectl debug POD_NAME --fork
kubectl debug POD_NAME --port-forward --daemonset-ns=kube-system --daemonset-name=debug-agent

# old versions of kubectl cannot discover plugins, you may execute the binary directly
kubect-debug POD_NAME
kubectl-debug POD_NAME
```

* You can configure the default arguments to simplify usage, refer to [Configuration](#configuration)
Expand Down

0 comments on commit 8fbb788

Please sign in to comment.