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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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