From 2d1149061f10a5e49602f7206f0ab9d95b8986b2 Mon Sep 17 00:00:00 2001 From: keisuke oohashi Date: Mon, 1 Sep 2014 13:13:37 +0900 Subject: [PATCH] Fix a wrong explaining text about running command to create replication controller. --- 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 4761037ed28..c84a05bd11a 100644 --- a/examples/guestbook/README.md +++ b/examples/guestbook/README.md @@ -131,7 +131,7 @@ Use the file `examples/guestbook/redis-slave-controller.json` } ``` -to create the service by running: +to create the replication controller by running: ```shell $ cluster/kubecfg.sh -c examples/guestbook/redis-slave-controller.json create replicationControllers