From fc0da4618d22fc8efb39af3db66b327a931bc3a4 Mon Sep 17 00:00:00 2001 From: Spencer Owen Date: Wed, 31 Oct 2018 14:53:32 -0600 Subject: [PATCH] Fix typo in markdown --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ed14e4..54059ce 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ First create the vote namespace ``` $ kubectl create namespace vote -`` +``` Run the following command to create the deployments and services objects: ```