diff --git a/create-cluster/README.md b/create-cluster/README.md
index 3ae95e0..128c433 100644
--- a/create-cluster/README.md
+++ b/create-cluster/README.md
@@ -58,7 +58,7 @@ create_cluster ---> cluster_kubeconfig
| nodes | | False | Number of nodes to provision |
| min-nodes | | False | Minimum number of nodes to provision |
| max-nodes | | False | Maximum number of nodes to provision |
-| instance-type | | False | Instance type to provision |
+| instance-type | | False | Instance type to provision (ignored if you specify node-groups) |
| timeout-minutes | 20 | False | Time to wait for the cluster to have a status of `running` |
| node-groups | | False | Node groups to provision.
Example:
node-groups: \|
- name: "worker"
instance-type: "t3.medium"
disk: 100
nodes: 3
tags: \|
- key: "department"
value: "engineering"