From 3c93d629f755b1f3ddf7aebf0b62fba0ba4eb131 Mon Sep 17 00:00:00 2001 From: CJ Cullen Date: Fri, 15 Aug 2014 11:17:53 -0700 Subject: [PATCH] Fixed a couple typos in guestbook documentation. --- examples/guestbook/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/guestbook/README.md b/examples/guestbook/README.md index f1f63ec1f70..adec46459f6 100644 --- a/examples/guestbook/README.md +++ b/examples/guestbook/README.md @@ -182,7 +182,7 @@ Just like the master, we want to have a service to proxy connections to the read } ``` -This time the selector for the service is `name=redis-slave`, because that identifies the pods running redis slaves. It may also be helpful to set labels on your service itself--as we've done here--to make it easy to locate them with the `kubecfg -l "label=value" list sevices` command. +This time the selector for the service is `name=redisslave`, because that identifies the pods running redis slaves. It may also be helpful to set labels on your service itself--as we've done here--to make it easy to locate them with the `kubecfg -l "label=value" list services` command. Now that you have created the service specification, create it in your cluster with the `kubecfg` CLI: