From f17218b9b70c4b1711803f62c04732f7608abf9a Mon Sep 17 00:00:00 2001 From: Deyuan Deng Date: Fri, 15 Aug 2014 22:26:51 -0400 Subject: [PATCH 1/2] Fix broken link, remove unnecessary content. --- examples/guestbook/README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/examples/guestbook/README.md b/examples/guestbook/README.md index adec46459f6..b5d0d6ed647 100644 --- a/examples/guestbook/README.md +++ b/examples/guestbook/README.md @@ -6,11 +6,7 @@ The example combines a web frontend, a redis master for storage and a replicated ### Step Zero: Prerequisites -This example assumes that you have forked the repository and [turned up a Kubernetes cluster](https://github.com/GoogleCloudPlatform/kubernetes-new#setup): - - $ cd kubernetes - $ hack/dev-build-and-up.sh - $ hack/build-go.sh +This example assumes that you have forked the repository and [turned up a Kubernetes cluster](https://github.com/GoogleCloudPlatform/kubernetes-new#contents): ### Step One: Turn up the redis master. From db5ca769b45e8fe989b4cf6255c59bafa942b493 Mon Sep 17 00:00:00 2001 From: Deyuan Deng Date: Fri, 15 Aug 2014 22:52:16 -0400 Subject: [PATCH 2/2] typo --- 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 b5d0d6ed647..107ed4dcda2 100644 --- a/examples/guestbook/README.md +++ b/examples/guestbook/README.md @@ -10,7 +10,7 @@ This example assumes that you have forked the repository and [turned up a Kubern ### Step One: Turn up the redis master. -Use the file `examples/guestbook/redis-master.json` which describes a single podrunning a redis key-value server in a container. +Use the file `examples/guestbook/redis-master.json` which describes a single pod running a redis key-value server in a container. ```javascript {