浏览代码

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

Ken Crawford 3 年之前
父节点
当前提交
4d7f0cfb47
共有 1 个文件被更改,包括 1 次插入1 次删除
  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%}"
 ```