diff --git a/README.adoc b/README.adoc index afb0ac1..da9ea11 100644 --- a/README.adoc +++ b/README.adoc @@ -142,7 +142,7 @@ To create your cluster, use the `eksctl create cluster` command: eksctl create cluster --name=guide-cluster --nodes=1 --node-type=t2.small ``` -Running this command creates a cluster that is called `guide-cluster` that uses a single `t2.small` instance as the worker node. When the cluster is created, you will see an output similar to the following: +Running this command creates a cluster that is called `guide-cluster` that uses a single `t2.small` instance as the worker node. When the cluster is created, you will see an output similar to the following example: [source, role="no_copy"] ```