From e3ceb14db5de61068c923a5ce10abf1c1cfca882 Mon Sep 17 00:00:00 2001 From: Clement Demonchy Date: Wed, 20 Dec 2017 14:16:28 +0100 Subject: [PATCH] Update README.md Correct typo soemwhere -> somewhere --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1f3b9d..cc7bd10 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Since `kubectx`/`kubens` are written in Bash, they can run in shells that suppor - Download the `kubectx`, `kubens` and `utils.bash` scripts - Either: - - save them all to soemwhere in your `PATH`, + - save them all to somewhere in your `PATH`, - or save them to a directory, then create symlinks to `kubectx`/`kubens` from somewhere in your `PATH`, like `/usr/local/bin` - Make `kubectx` and `kubens` executable (`chmod +x ...`) - You’re on your own to install bash/zsh [completion scripts](completion/) manually.