From 2a076a7d9a00eda57681025242adf7c5fb617cff Mon Sep 17 00:00:00 2001 From: Mia Steinkirch Date: Wed, 12 Jun 2019 00:12:50 -0700 Subject: [PATCH] grammar --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 406674f..2f47708 100755 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # 🎨 A Quick Intro to K8s 🎨 -In this guide I show you how to spin a quick ```Node.js``` server in kubernetes and to grasp some of its main concepts. +In this guide, I show you how to spin a quick ```Node.js``` server in kubernetes and to grasp some of its main concepts. ### Install kubectl -First you will need to install [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) in your machine. +First, you will need to install [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) in your machine. -Make sure you have all the auths right, for instance, I do the follow: +Make sure you have all the auths right, for instance, I do the following: -1. Create a auth token and move to `~/.kube` +1. Create an auth token and move to `~/.kube` 2. Create a config file and move to `~/.kube`