Merge pull request #131 from spuder/patch-1

Fix typo in markdown
This commit is contained in:
Mano Marks
2018-11-01 13:10:19 -07:00
committed by GitHub

View File

@ -60,7 +60,7 @@ First create the vote namespace
``` ```
$ kubectl create namespace vote $ kubectl create namespace vote
`` ```
Run the following command to create the deployments and services objects: Run the following command to create the deployments and services objects:
``` ```