From f92c98a7714680090b84dd88ff84bb0613555091 Mon Sep 17 00:00:00 2001 From: Ruilin-Ma <71634749+Ruilin-Ma@users.noreply.github.com> Date: Wed, 5 Jun 2024 11:41:01 -0400 Subject: [PATCH] Update README.adoc Co-authored-by: David Mueller <48686014+dmuelle@users.noreply.github.com> --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] ```