From c8bc47d3c739af822498ab82503d3d66a9fdb7b2 Mon Sep 17 00:00:00 2001 From: MikeJeffrey Date: Tue, 10 Jun 2014 09:35:39 -0700 Subject: [PATCH] Link fix to cloud console --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 409c6eda27..127403b381 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ Kubernetes is an open source implementation of container cluster management. ### Prerequisites -1. You need a Google Cloud Platform account with billing enabled. Visit [http://cloud.google.com/console]() for more details +1. You need a Google Cloud Platform account with billing enabled. Visit + [http://cloud.google.com/console](http://cloud.google.com/console) for more details. 2. You must have Go installed: [www.golang.org](http://www.golang.org). 3. Ensure that your `gcloud` components are up-to-date by running `gcloud components update`. 4. Get the Kubernetes source: