Remove colon from end of doc heading.

This commit is contained in:
Eric Tune
2015-07-13 11:11:34 -07:00
parent 36fa535c58
commit f353592cde
10 changed files with 12 additions and 12 deletions

View File

@@ -88,7 +88,7 @@ kubectl -s http://localhost:8080 run-container nginx --image=nginx --port=80
now run ```docker ps``` you should see nginx running. You may need to wait a few minutes for the image to get pulled.
### Expose it as a service:
### Expose it as a service
```sh
kubectl expose rc nginx --port=80
```