From fa970106c6d714c42bff982a4aaf10b5b580a0d4 Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Mon, 2 Feb 2015 16:39:53 -0800 Subject: [PATCH] Add a missing header... --- examples/redis/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/redis/README.md b/examples/redis/README.md index ff8e95d9432..0dff9b7c500 100644 --- a/examples/redis/README.md +++ b/examples/redis/README.md @@ -2,7 +2,7 @@ The following document describes the deployment of a reliable, multi-node Redis on Kubernetes. It deploys a master with replicated slaves, as well as replicated redis sentinels which are use for health checking and failover. -Prerequisites +### Prerequisites This example assumes that you have a Kubernetes cluster installed and running, and that you have installed the ```kubectl``` command line tool somewhere in your path. Please see the [getting started](https://github.com/GoogleCloudPlatform/kubernetes/tree/master/docs/getting-started-guides) for installation instructions for your platform. ### A note for the impatient