Fix typo in markdown

This commit is contained in:
Spencer Owen
2018-10-31 14:53:32 -06:00
committed by GitHub
parent 0b1500840e
commit fc0da4618d

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:
``` ```