Update README.md

This commit is contained in:
Jack Halford 2019-11-07 16:27:52 +01:00 committed by GitHub
parent 67f4216fd4
commit 1156116b67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ is central to Kubernetes. It is with those fields that you will tell Kubernetes
Apply the service:
```sh
$ kubectl apply -f 08-service/03-simple-internal-service.yml
$ kubectl apply -f 08-service/03-internal-service.yml
service "simple-service" created
```