From 55498c1768f5dfada1132734eb0ad480dec8e661 Mon Sep 17 00:00:00 2001 From: Simon Hart Date: Thu, 30 Jan 2020 11:48:11 +0000 Subject: [PATCH] amended typo in readme.md file in code-k8s --- code-k8s/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code-k8s/readme.md b/code-k8s/readme.md index 60c8f74..16a1503 100644 --- a/code-k8s/readme.md +++ b/code-k8s/readme.md @@ -6,6 +6,6 @@ Super-simple Node web app for containerization demos 1. Fork the repo 2. Clone repo locally -3. Build Docker iamge `docker image build -t .` from within the root directory of the repo +3. Build Docker image `docker image build -t .` from within the root directory of the repo 4. Push image to container registry -5. Run container/Pod using the created image \ No newline at end of file +5. Run container/Pod using the created image