Browse Source

docs(kubectx): fix README sample code syntax (#10199)

Ken Crawford 2 years ago
parent
commit
4d7f0cfb47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/kubectx/README.md

+ 1 - 1
plugins/kubectx/README.md

@@ -17,7 +17,7 @@ One can rename default context name for better readability.
 
 _Example_. Add to **.zshrc**:
 ```
-kubectx_mapping[minikube] = "mini"
+kubectx_mapping[minikube]="mini"
 kubectx_mapping[context_name_from_kubeconfig]="$emoji[wolf_face]"
 kubectx_mapping[production_cluster]="%{$fg[yellow]%}prod!%{$reset_color%}"
 ```