Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfm authored Jun 11, 2018
1 parent 1ed92fe commit bdf50e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ To prevent storing cluster credentials locally, run:
eksctl create cluster --cluster-name cluster-3 --nodes 4 --write-kubeconfig=false
```

To let `eksclt` manage cluster credentials under `~/.kube/eksctl/clusters` directory, run:
To let `eksctl` manage cluster credentials under `~/.kube/eksctl/clusters` directory, run:

```
eksctl create cluster --cluster-name cluster-3 --nodes 4 --auto-kubeconfig
Expand Down

0 comments on commit bdf50e0

Please sign in to comment.