From 1156116b67b988e9317494969683e5a0d2f3024f Mon Sep 17 00:00:00 2001 From: Jack Halford Date: Thu, 7 Nov 2019 16:27:52 +0100 Subject: [PATCH] Update README.md --- 08-service/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08-service/README.md b/08-service/README.md index 355c99c..c60306c 100644 --- a/08-service/README.md +++ b/08-service/README.md @@ -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 ```